clang-tools 17.0.0git
|
#include <Representation.h>
Public Member Functions | |
Location (int LineNumber=0, StringRef Filename=StringRef(), bool IsFileInRootDir=false) | |
bool | operator== (const Location &Other) const |
bool | operator< (const Location &Other) const |
Public Attributes | |
int | LineNumber = 0 |
SmallString< 32 > | Filename |
bool | IsFileInRootDir = false |
Definition at line 237 of file Representation.h.
|
inline |
Definition at line 238 of file Representation.h.
|
inline |
Definition at line 252 of file Representation.h.
References Filename, and LineNumber.
|
inline |
Definition at line 243 of file Representation.h.
References Filename, and LineNumber.
SmallString<32> clang::doc::Location::Filename |
Definition at line 258 of file Representation.h.
Referenced by operator<(), and operator==().
bool clang::doc::Location::IsFileInRootDir = false |
Definition at line 259 of file Representation.h.
int clang::doc::Location::LineNumber = 0 |
Definition at line 257 of file Representation.h.
Referenced by operator<(), and operator==().