|
clang-tools 23.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 |
| OwningVec< CommentInfo > | Description |
| Comment description of this field. | |
Definition at line 580 of file Representation.h.
|
inlineexplicit |
Definition at line 581 of file Representation.h.
References Name, Value, and ValueExpr.
Referenced by operator==().
|
inline |
Definition at line 586 of file Representation.h.
References EnumValueInfo(), Name, Value, and ValueExpr.
| OwningVec<CommentInfo> clang::doc::EnumValueInfo::Description |
Comment description of this field.
Definition at line 603 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), and clang::doc::getCommentInfo().
| SmallString<16> clang::doc::EnumValueInfo::Name |
Definition at line 591 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), EnumValueInfo(), llvm::yaml::MappingTraits< EnumValueInfo >::mapping(), operator==(), and clang::doc::parseRecord().
| SmallString<16> clang::doc::EnumValueInfo::Value |
Definition at line 596 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), EnumValueInfo(), llvm::yaml::MappingTraits< EnumValueInfo >::mapping(), operator==(), and clang::doc::parseRecord().
| SmallString<16> clang::doc::EnumValueInfo::ValueExpr |
Definition at line 600 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), EnumValueInfo(), llvm::yaml::MappingTraits< EnumValueInfo >::mapping(), operator==(), and clang::doc::parseRecord().