LLVM 17.0.0git
Public Attributes | List of all members
llvm::remarks::Argument Struct Reference

A key-value pair with a debug location that is used to display the remarks at the right place in the source. More...

#include "llvm/Remarks/Remark.h"

Collaboration diagram for llvm::remarks::Argument:
Collaboration graph
[legend]

Public Attributes

StringRef Key
 
StringRef Val
 
std::optional< RemarkLocationLoc
 

Detailed Description

A key-value pair with a debug location that is used to display the remarks at the right place in the source.

Definition at line 42 of file Remark.h.

Member Data Documentation

◆ Key

StringRef llvm::remarks::Argument::Key

Definition at line 43 of file Remark.h.

◆ Loc

std::optional<RemarkLocation> llvm::remarks::Argument::Loc

Definition at line 47 of file Remark.h.

◆ Val

StringRef llvm::remarks::Argument::Val

Definition at line 45 of file Remark.h.


The documentation for this struct was generated from the following file: