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

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
 

Detailed Description

The debug location used to track a remark back to the source file.

Definition at line 30 of file Remark.h.

Member Data Documentation

◆ SourceColumn

unsigned llvm::remarks::RemarkLocation::SourceColumn = 0

Definition at line 34 of file Remark.h.

Referenced by llvm::yaml::MappingTraits< RemarkLocation >::mapping().

◆ SourceFilePath

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().

◆ SourceLine

unsigned llvm::remarks::RemarkLocation::SourceLine = 0

Definition at line 33 of file Remark.h.

Referenced by llvm::yaml::MappingTraits< RemarkLocation >::mapping().


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