|
clang-tools 22.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 |
| Comment description of this field. | |
Definition at line 521 of file Representation.h.
|
inlineexplicit |
Definition at line 522 of file Representation.h.
References Name, Value, and ValueExpr.
Referenced by operator==().
|
inline |
Definition at line 527 of file Representation.h.
References EnumValueInfo(), Name, Value, and ValueExpr.
| std::vector<CommentInfo> clang::doc::EnumValueInfo::Description |
Comment description of this field.
Definition at line 544 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 532 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), EnumValueInfo(), llvm::yaml::MappingTraits< EnumValueInfo >::mapping(), operator==(), clang::doc::parseRecord(), and clang::doc::serializeInfo().
| SmallString<16> clang::doc::EnumValueInfo::Value |
Definition at line 537 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), EnumValueInfo(), llvm::yaml::MappingTraits< EnumValueInfo >::mapping(), operator==(), clang::doc::parseRecord(), and clang::doc::serializeInfo().
| SmallString<16> clang::doc::EnumValueInfo::ValueExpr |
Definition at line 541 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), EnumValueInfo(), llvm::yaml::MappingTraits< EnumValueInfo >::mapping(), operator==(), clang::doc::parseRecord(), and clang::doc::serializeInfo().