|
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 | |
| StringRef | Name |
| StringRef | Value |
| StringRef | ValueExpr |
| OwningVec< CommentInfo > | Description |
| Comment description of this field. | |
Definition at line 655 of file Representation.h.
|
inlineexplicit |
Definition at line 656 of file Representation.h.
References clang::doc::internString(), Name, Value, and ValueExpr.
Referenced by operator==().
|
inline |
Definition at line 662 of file Representation.h.
References EnumValueInfo(), Name, Value, and ValueExpr.
| OwningVec<CommentInfo> clang::doc::EnumValueInfo::Description |
Comment description of this field.
Definition at line 679 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), and clang::doc::getCommentInfo().
| StringRef clang::doc::EnumValueInfo::Name |
Definition at line 667 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), EnumValueInfo(), llvm::yaml::MappingTraits< EnumValueInfo >::mapping(), operator==(), and clang::doc::parseRecord().
| StringRef clang::doc::EnumValueInfo::Value |
Definition at line 672 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), EnumValueInfo(), llvm::yaml::MappingTraits< EnumValueInfo >::mapping(), operator==(), and clang::doc::parseRecord().
| StringRef clang::doc::EnumValueInfo::ValueExpr |
Definition at line 676 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), EnumValueInfo(), llvm::yaml::MappingTraits< EnumValueInfo >::mapping(), operator==(), and clang::doc::parseRecord().