clang-tools
8.0.0
|
#include <Representation.h>
Public Member Functions | |
Reference ()=default | |
Reference (llvm::StringRef Name) | |
Reference (SymbolID USR, StringRef Name, InfoType IT) | |
bool | operator== (const Reference &Other) const |
Public Attributes | |
SymbolID | USR = SymbolID() |
SmallString< 16 > | Name |
InfoType | RefType = InfoType::IT_default |
Definition at line 75 of file Representation.h.
|
default |
|
inline |
Definition at line 77 of file Representation.h.
Definition at line 78 of file Representation.h.
|
inline |
SmallString<16> clang::doc::Reference::Name |
Definition at line 87 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), clang::doc::genMarkdown(), llvm::yaml::MappingTraits< Reference >::mapping(), and operator==().
InfoType clang::doc::Reference::RefType = InfoType::IT_default |
Definition at line 88 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), llvm::yaml::MappingTraits< Reference >::mapping(), and operator==().
Definition at line 86 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), llvm::yaml::MappingTraits< Reference >::mapping(), and operator==().