|
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 411 of file Representation.h.
|
inline |
Definition at line 412 of file Representation.h.
References EndLineNumber, Filename, clang::doc::internString(), IsFileInRootDir, and StartLineNumber.
Referenced by operator!=(), operator<(), and operator==().
|
inline |
Definition at line 422 of file Representation.h.
References Location().
|
inline |
Definition at line 428 of file Representation.h.
References EndLineNumber, Filename, Location(), and StartLineNumber.
|
inline |
Definition at line 417 of file Representation.h.
References EndLineNumber, Filename, Location(), and StartLineNumber.
| int clang::doc::Location::EndLineNumber = 0 |
Definition at line 435 of file Representation.h.
Referenced by Location(), operator<(), and operator==().
| StringRef clang::doc::Location::Filename |
Definition at line 433 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 436 of file Representation.h.
Referenced by Location().
| int clang::doc::Location::StartLineNumber = 0 |
Definition at line 434 of file Representation.h.
Referenced by Location(), llvm::yaml::MappingTraits< Location >::mapping(), operator<(), operator==(), and clang::doc::writeSourceFileRef().