LLVM 17.0.0git
|
The debug location used to track a remark back to the source file. More...
#include "llvm/Remarks/Remark.h"
Public Attributes | |
StringRef | SourceFilePath |
Absolute path of the source file corresponding to this remark. | |
unsigned | SourceLine = 0 |
unsigned | SourceColumn = 0 |
The debug location used to track a remark back to the source file.
unsigned llvm::remarks::RemarkLocation::SourceColumn = 0 |
Definition at line 34 of file Remark.h.
Referenced by llvm::yaml::MappingTraits< RemarkLocation >::mapping().
StringRef llvm::remarks::RemarkLocation::SourceFilePath |
Absolute path of the source file corresponding to this remark.
Definition at line 32 of file Remark.h.
Referenced by llvm::yaml::MappingTraits< RemarkLocation >::mapping().
unsigned llvm::remarks::RemarkLocation::SourceLine = 0 |
Definition at line 33 of file Remark.h.
Referenced by llvm::yaml::MappingTraits< RemarkLocation >::mapping().