clang-tools 22.0.0git
|
#include <Representation.h>
Public Member Functions | |
Location (int StartLineNumber=0, int EndLineNumber=0, StringRef Filename=StringRef(), bool IsFileInRootDir=false) | |
bool | operator== (const Location &Other) const |
bool | operator!= (const Location &Other) const |
bool | operator< (const Location &Other) const |
Public Attributes | |
int | StartLineNumber = 0 |
int | EndLineNumber = 0 |
SmallString< 32 > | Filename |
bool | IsFileInRootDir = false |
Definition at line 288 of file Representation.h.
|
inline |
Definition at line 289 of file Representation.h.
References EndLineNumber, Filename, IsFileInRootDir, and StartLineNumber.
Referenced by operator!=(), operator<(), and operator==().
|
inline |
Definition at line 299 of file Representation.h.
References Location().
|
inline |
Definition at line 305 of file Representation.h.
References EndLineNumber, Filename, Location(), and StartLineNumber.
|
inline |
Definition at line 294 of file Representation.h.
References EndLineNumber, Filename, Location(), and StartLineNumber.
int clang::doc::Location::EndLineNumber = 0 |
Definition at line 311 of file Representation.h.
Referenced by Location(), operator<(), and operator==().
SmallString<32> clang::doc::Location::Filename |
Definition at line 312 of file Representation.h.
Referenced by Location(), llvm::yaml::MappingTraits< Location >::mapping(), operator<(), operator==(), clang::doc::serializeLocation(), clang::doc::writeSourceFileRef(), and clang::doc::writeSourceFileRef().
bool clang::doc::Location::IsFileInRootDir = false |
Definition at line 313 of file Representation.h.
Referenced by Location(), clang::doc::serializeLocation(), and clang::doc::writeSourceFileRef().
int clang::doc::Location::StartLineNumber = 0 |
Definition at line 310 of file Representation.h.
Referenced by Location(), llvm::yaml::MappingTraits< Location >::mapping(), operator<(), operator==(), clang::doc::serializeLocation(), clang::doc::writeSourceFileRef(), and clang::doc::writeSourceFileRef().