struct RemarkLocation
Declaration
struct RemarkLocation { /* full declaration omitted */ };
Description
The debug location used to track a remark back to the source file.
Declared at: llvm/include/llvm/Remarks/Remark.h:30
Member Variables
- public llvm::StringRef SourceFilePath
- Absolute path of the source file corresponding to this remark.
- public unsigned int SourceLine = 0
- public unsigned int SourceColumn = 0