clang-tools
7.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 71 of file Representation.h.
|
default |
|
inline |
Definition at line 73 of file Representation.h.
Definition at line 74 of file Representation.h.
|
inline |
SmallString<16> clang::doc::Reference::Name |
Definition at line 83 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), llvm::yaml::MappingTraits< Reference >::mapping(), operator==(), and clang::doc::parseRecord().
InfoType clang::doc::Reference::RefType = InfoType::IT_default |
Definition at line 84 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), llvm::yaml::MappingTraits< Reference >::mapping(), operator==(), and clang::doc::parseRecord().
Definition at line 82 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), llvm::yaml::MappingTraits< Reference >::mapping(), operator==(), and clang::doc::parseRecord().