|
clang-tools 23.0.0git
|
#include <Representation.h>
Public Member Functions | |
| CommentInfo ()=default | |
| CommentInfo (const CommentInfo &Other)=default | |
| CommentInfo & | operator= (const CommentInfo &Other)=default |
| CommentInfo (CommentInfo &&Other)=default | |
| CommentInfo & | operator= (CommentInfo &&Other)=default |
| CommentInfo (CommentKind Kind, llvm::ArrayRef< CommentInfo > Children={}, StringRef Text=StringRef(), StringRef Name=StringRef(), StringRef CloseName=StringRef(), StringRef Direction=StringRef(), StringRef ParamName=StringRef(), bool Explicit=false, bool SelfClosing=false, llvm::ArrayRef< StringRef > AttrKeys={}, llvm::ArrayRef< StringRef > AttrValues={}) | |
| bool | operator== (const CommentInfo &Other) const |
| bool | operator< (const CommentInfo &Other) const |
Public Attributes | |
| llvm::ArrayRef< CommentInfo > | Children |
| StringRef | Direction |
| StringRef | Name |
| StringRef | ParamName |
| StringRef | CloseName |
| StringRef | Text |
| llvm::ArrayRef< StringRef > | AttrKeys |
| llvm::ArrayRef< StringRef > | AttrValues |
| llvm::ArrayRef< StringRef > | Args |
| CommentKind | Kind |
| bool | SelfClosing = false |
| bool | Explicit = false |
Definition at line 168 of file Representation.h.
|
default |
Referenced by CommentInfo(), CommentInfo(), operator<(), operator=(), operator=(), and operator==().
|
default |
References CommentInfo().
|
default |
References CommentInfo().
|
inline |
Definition at line 175 of file Representation.h.
| bool clang::doc::CommentInfo::operator< | ( | const CommentInfo & | Other | ) | const |
Definition at line 202 of file Representation.cpp.
References Args, AttrKeys, AttrValues, Children, CloseName, CommentInfo(), Direction, Explicit, Kind, Name, ParamName, SelfClosing, and Text.
|
default |
References CommentInfo().
|
default |
References CommentInfo().
| bool clang::doc::CommentInfo::operator== | ( | const CommentInfo & | Other | ) | const |
Definition at line 187 of file Representation.cpp.
References Args, AttrKeys, AttrValues, Children, CloseName, CommentInfo(), Direction, Explicit, Kind, Name, ParamName, SelfClosing, and Text.
| llvm::ArrayRef<StringRef> clang::doc::CommentInfo::Args |
Definition at line 206 of file Representation.h.
Referenced by llvm::yaml::commentInfoMapping(), clang::doc::ClangDocBitcodeWriter::emitBlock(), operator<(), operator==(), clang::doc::ClangDocBitcodeReader::readBlock(), and clang::doc::serializeComment().
| llvm::ArrayRef<StringRef> clang::doc::CommentInfo::AttrKeys |
Definition at line 202 of file Representation.h.
Referenced by llvm::yaml::commentInfoMapping(), clang::doc::ClangDocBitcodeWriter::emitBlock(), operator<(), operator==(), clang::doc::ClangDocBitcodeReader::readBlock(), clang::doc::serializeComment(), and clang::doc::writeDescription().
| llvm::ArrayRef<StringRef> clang::doc::CommentInfo::AttrValues |
Definition at line 204 of file Representation.h.
Referenced by llvm::yaml::commentInfoMapping(), clang::doc::ClangDocBitcodeWriter::emitBlock(), operator<(), operator==(), clang::doc::ClangDocBitcodeReader::readBlock(), clang::doc::serializeComment(), and clang::doc::writeDescription().
| llvm::ArrayRef<CommentInfo> clang::doc::CommentInfo::Children |
Definition at line 196 of file Representation.h.
Referenced by CommentInfo(), llvm::yaml::commentInfoMapping(), clang::doc::ClangDocBitcodeWriter::emitBlock(), operator<(), operator==(), clang::doc::serialize::ClangDocCommentVisitor::parseComment(), clang::doc::ClangDocBitcodeReader::readBlock(), clang::doc::serializeComment(), and clang::doc::writeDescription().
| StringRef clang::doc::CommentInfo::CloseName |
Definition at line 200 of file Representation.h.
Referenced by llvm::yaml::commentInfoMapping(), clang::doc::ClangDocBitcodeWriter::emitBlock(), operator<(), operator==(), clang::doc::parseRecord(), and clang::doc::serializeComment().
| StringRef clang::doc::CommentInfo::Direction |
Definition at line 197 of file Representation.h.
Referenced by llvm::yaml::commentInfoMapping(), clang::doc::ClangDocBitcodeWriter::emitBlock(), operator<(), operator==(), clang::doc::parseRecord(), clang::doc::serializeComment(), and clang::doc::writeDescription().
| bool clang::doc::CommentInfo::Explicit = false |
Definition at line 215 of file Representation.h.
Referenced by llvm::yaml::commentInfoMapping(), clang::doc::ClangDocBitcodeWriter::emitBlock(), operator<(), operator==(), clang::doc::parseRecord(), clang::doc::serializeComment(), and clang::doc::writeDescription().
| CommentKind clang::doc::CommentInfo::Kind |
Definition at line 207 of file Representation.h.
Referenced by CommentInfo(), llvm::yaml::commentInfoMapping(), clang::doc::ClangDocBitcodeWriter::emitBlock(), operator<(), operator==(), clang::doc::serialize::ClangDocCommentVisitor::parseComment(), clang::doc::parseRecord(), clang::doc::serializeComment(), and clang::doc::writeDescription().
| StringRef clang::doc::CommentInfo::Name |
Definition at line 198 of file Representation.h.
Referenced by llvm::yaml::commentInfoMapping(), clang::doc::ClangDocBitcodeWriter::emitBlock(), operator<(), operator==(), clang::doc::parseRecord(), clang::doc::serializeComment(), and clang::doc::writeDescription().
| StringRef clang::doc::CommentInfo::ParamName |
Definition at line 199 of file Representation.h.
Referenced by llvm::yaml::commentInfoMapping(), clang::doc::ClangDocBitcodeWriter::emitBlock(), operator<(), operator==(), clang::doc::parseRecord(), clang::doc::serializeComment(), and clang::doc::writeDescription().
| bool clang::doc::CommentInfo::SelfClosing = false |
Definition at line 214 of file Representation.h.
Referenced by llvm::yaml::commentInfoMapping(), clang::doc::ClangDocBitcodeWriter::emitBlock(), operator<(), operator==(), clang::doc::parseRecord(), clang::doc::serializeComment(), and clang::doc::writeDescription().
| StringRef clang::doc::CommentInfo::Text |
Definition at line 201 of file Representation.h.
Referenced by llvm::yaml::commentInfoMapping(), clang::doc::ClangDocBitcodeWriter::emitBlock(), operator<(), operator==(), clang::doc::parseRecord(), clang::doc::serializeComment(), and clang::doc::writeDescription().