clang-tools 20.0.0git
|
#include <Representation.h>
Public Member Functions | |
EnumValueInfo (StringRef Name=StringRef(), StringRef Value=StringRef("0"), StringRef ValueExpr=StringRef()) | |
bool | operator== (const EnumValueInfo &Other) const |
Public Attributes | |
SmallString< 16 > | Name |
SmallString< 16 > | Value |
SmallString< 16 > | ValueExpr |
std::vector< CommentInfo > | Description |
Definition at line 437 of file Representation.h.
|
inlineexplicit |
Definition at line 438 of file Representation.h.
|
inline |
Definition at line 443 of file Representation.h.
std::vector<CommentInfo> clang::doc::EnumValueInfo::Description |
Definition at line 459 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), clang::doc::getCommentInfo(), and clang::doc::serialize::parseEnumerators().
SmallString<16> clang::doc::EnumValueInfo::Name |
Definition at line 448 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), llvm::yaml::MappingTraits< EnumValueInfo >::mapping(), operator==(), and clang::doc::parseRecord().
SmallString<16> clang::doc::EnumValueInfo::Value |
Definition at line 453 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), llvm::yaml::MappingTraits< EnumValueInfo >::mapping(), operator==(), and clang::doc::parseRecord().
SmallString<16> clang::doc::EnumValueInfo::ValueExpr |
Definition at line 457 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), llvm::yaml::MappingTraits< EnumValueInfo >::mapping(), operator==(), and clang::doc::parseRecord().