#include <Representation.h>
|
| Index ()=default |
|
| Index (StringRef Name) |
|
| Index (StringRef Name, StringRef JumpToSection) |
|
| Index (SymbolID USR, StringRef Name, InfoType IT, StringRef Path) |
|
bool | operator== (const SymbolID &Other) const |
|
bool | operator< (const Index &Other) const |
|
void | sort () |
|
| Reference ()=default |
|
| Reference (llvm::StringRef Name) |
|
| Reference (llvm::StringRef Name, StringRef Path) |
|
| Reference (SymbolID USR, StringRef Name, InfoType IT) |
|
| Reference (SymbolID USR, StringRef Name, InfoType IT, StringRef Path) |
|
bool | operator== (const Reference &Other) const |
|
bool | mergeable (const Reference &Other) |
|
void | merge (Reference &&I) |
|
Definition at line 389 of file Representation.h.
◆ Index() [1/4]
clang::doc::Index::Index |
( |
| ) |
|
|
default |
◆ Index() [2/4]
clang::doc::Index::Index |
( |
StringRef |
Name | ) |
|
|
inline |
◆ Index() [3/4]
clang::doc::Index::Index |
( |
StringRef |
Name, |
|
|
StringRef |
JumpToSection |
|
) |
| |
|
inline |
◆ Index() [4/4]
clang::doc::Index::Index |
( |
SymbolID |
USR, |
|
|
StringRef |
Name, |
|
|
InfoType |
IT, |
|
|
StringRef |
Path |
|
) |
| |
|
inline |
◆ operator<()
bool clang::doc::Index::operator< |
( |
const Index & |
Other | ) |
const |
◆ operator==()
bool clang::doc::Index::operator== |
( |
const SymbolID & |
Other | ) |
const |
|
inline |
◆ sort()
void clang::doc::Index::sort |
( |
| ) |
|
◆ Children
std::vector<Index> clang::doc::Index::Children |
◆ JumpToSection
llvm::Optional<SmallString<16> > clang::doc::Index::JumpToSection |
The documentation for this struct was generated from the following files: