LLVM 20.0.0git
|
The debug location used to track a remark back to the source file. More...
#include "llvm/Remarks/Remark.h"
Public Member Functions | |
void | print (raw_ostream &OS) const |
Implement operator<< on RemarkLocation. | |
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.
void RemarkLocation::print | ( | raw_ostream & | OS | ) | const |
Implement operator<< on RemarkLocation.
Definition at line 39 of file Remark.cpp.
References OS, SourceColumn, SourceFilePath, and SourceLine.
Referenced by llvm::remarks::operator<<().
unsigned llvm::remarks::RemarkLocation::SourceColumn = 0 |
Definition at line 35 of file Remark.h.
Referenced by llvm::yaml::MappingTraits< RemarkLocation >::mapping(), and print().
StringRef llvm::remarks::RemarkLocation::SourceFilePath |
Absolute path of the source file corresponding to this remark.
Definition at line 33 of file Remark.h.
Referenced by llvm::yaml::MappingTraits< RemarkLocation >::mapping(), and print().
unsigned llvm::remarks::RemarkLocation::SourceLine = 0 |
Definition at line 34 of file Remark.h.
Referenced by llvm::yaml::MappingTraits< RemarkLocation >::mapping(), and print().