|
clang-tools 23.0.0git
|
#include <Representation.h>
Public Member Functions | |
| Context (SymbolID USR, StringRef Name, InfoType IT, StringRef QualName, StringRef Path, StringRef DocumentationFileName) | |
| Context (const Info &I) | |
| Public Member Functions inherited from clang::doc::Reference | |
| Reference (SymbolID USR=SymbolID(), StringRef Name=StringRef(), InfoType IT=InfoType::IT_default) | |
| Reference (SymbolID USR, StringRef Name, InfoType IT, StringRef QualName, StringRef Path=StringRef()) | |
| Reference (SymbolID USR, StringRef Name, InfoType IT, StringRef QualName, StringRef Path, StringRef DocumentationFileName) | |
| bool | operator== (const Reference &Other) const |
| bool | mergeable (const Reference &Other) |
| void | merge (Reference &&I) |
| bool | operator< (const Reference &Other) const |
| StringRef | getRelativeFilePath (const StringRef &CurrentPath) const |
| Returns the path for this Reference relative to CurrentPath. | |
| StringRef | getFileBaseName () const |
| Returns the basename that should be used for this Reference. | |
Public Attributes | |
| StringRef | RelativePath |
| Public Attributes inherited from clang::doc::Reference | |
| SymbolID | USR = SymbolID() |
| InfoType | RefType = InfoType::IT_default |
| StringRef | Name |
| StringRef | QualName |
| StringRef | Path |
| StringRef | DocumentationFileName |
Definition at line 278 of file Representation.h.
|
inline |
Definition at line 279 of file Representation.h.
References clang::doc::Reference::DocumentationFileName, clang::doc::Reference::Name, clang::doc::Reference::Path, clang::doc::Reference::QualName, clang::doc::Reference::Reference(), and clang::doc::Reference::USR.
|
inlineexplicit |
Definition at line 491 of file Representation.h.
References clang::doc::Reference::DocumentationFileName, clang::doc::Reference::Name, clang::doc::Reference::Path, clang::doc::Reference::Reference(), and clang::doc::Reference::USR.
| StringRef clang::doc::Context::RelativePath |
Definition at line 283 of file Representation.h.