|
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 | |
| StringRef | Filename = {} |
| int | StartLineNumber = 0 |
| int | EndLineNumber = 0 |
| bool | IsFileInRootDir = false |
Definition at line 501 of file Representation.h.
|
inline |
Definition at line 502 of file Representation.h.
References EndLineNumber, Filename, clang::doc::internString(), IsFileInRootDir, and StartLineNumber.
Referenced by operator!=(), operator<(), and operator==().
|
inline |
Definition at line 512 of file Representation.h.
References Location().
|
inline |
Definition at line 518 of file Representation.h.
References EndLineNumber, Filename, Location(), and StartLineNumber.
|
inline |
Definition at line 507 of file Representation.h.
References EndLineNumber, Filename, Location(), and StartLineNumber.
| int clang::doc::Location::EndLineNumber = 0 |
Definition at line 525 of file Representation.h.
Referenced by Location(), operator<(), and operator==().
| StringRef clang::doc::Location::Filename = {} |
Definition at line 523 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 526 of file Representation.h.
Referenced by Location().
| int clang::doc::Location::StartLineNumber = 0 |
Definition at line 524 of file Representation.h.
Referenced by Location(), llvm::yaml::MappingTraits< Location >::mapping(), operator<(), operator==(), and clang::doc::writeSourceFileRef().