|
clang-tools 23.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 | |
| SmallString< 32 > | Filename |
| int | StartLineNumber = 0 |
| int | EndLineNumber = 0 |
| bool | IsFileInRootDir = false |
Definition at line 336 of file Representation.h.
|
inline |
Definition at line 337 of file Representation.h.
References EndLineNumber, Filename, IsFileInRootDir, and StartLineNumber.
Referenced by operator!=(), operator<(), and operator==().
|
inline |
Definition at line 347 of file Representation.h.
References Location().
|
inline |
Definition at line 353 of file Representation.h.
References EndLineNumber, Filename, Location(), and StartLineNumber.
|
inline |
Definition at line 342 of file Representation.h.
References EndLineNumber, Filename, Location(), and StartLineNumber.
| int clang::doc::Location::EndLineNumber = 0 |
Definition at line 360 of file Representation.h.
Referenced by Location(), operator<(), and operator==().
| SmallString<32> clang::doc::Location::Filename |
Definition at line 358 of file Representation.h.
Referenced by Location(), llvm::yaml::MappingTraits< Location >::mapping(), operator<(), operator==(), and clang::doc::writeSourceFileRef().
| bool clang::doc::Location::IsFileInRootDir = false |
Definition at line 361 of file Representation.h.
Referenced by Location().
| int clang::doc::Location::StartLineNumber = 0 |
Definition at line 359 of file Representation.h.
Referenced by Location(), llvm::yaml::MappingTraits< Location >::mapping(), operator<(), operator==(), and clang::doc::writeSourceFileRef().