clang-tools 20.0.0git
|
#include <Representation.h>
Public Member Functions | |
CommentInfo ()=default | |
CommentInfo (CommentInfo &Other)=delete | |
CommentInfo (CommentInfo &&Other)=default | |
CommentInfo & | operator= (CommentInfo &&Other)=default |
bool | operator== (const CommentInfo &Other) const |
bool | operator< (const CommentInfo &Other) const |
Public Attributes | |
SmallString< 16 > | Kind |
SmallString< 64 > | Text |
SmallString< 16 > | Name |
SmallString< 8 > | Direction |
SmallString< 16 > | ParamName |
SmallString< 16 > | CloseName |
bool | SelfClosing = false |
bool | Explicit = false |
llvm::SmallVector< SmallString< 16 >, 4 > | AttrKeys |
llvm::SmallVector< SmallString< 16 >, 4 > | AttrValues |
llvm::SmallVector< SmallString< 16 >, 4 > | Args |
std::vector< std::unique_ptr< CommentInfo > > | Children |
Definition at line 49 of file Representation.h.
|
default |
|
delete |
|
default |
bool clang::doc::CommentInfo::operator< | ( | const CommentInfo & | Other | ) | const |
Definition at line 111 of file Representation.cpp.
References Args, AttrKeys, AttrValues, Children, CloseName, Direction, Explicit, Kind, Name, ParamName, SelfClosing, and Text.
|
default |
bool clang::doc::CommentInfo::operator== | ( | const CommentInfo & | Other | ) | const |
Definition at line 96 of file Representation.cpp.
References Args, AttrKeys, AttrValues, Children, CloseName, Direction, Explicit, Kind, Name, ParamName, SelfClosing, and Text.
llvm::SmallVector<SmallString<16>, 4> clang::doc::CommentInfo::Args |
Definition at line 82 of file Representation.h.
Referenced by llvm::yaml::CommentInfoMapping(), clang::doc::ClangDocBitcodeWriter::emitBlock(), operator<(), operator==(), clang::doc::parseRecord(), clang::doc::serialize::ClangDocCommentVisitor::visitBlockCommandComment(), and clang::doc::serialize::ClangDocCommentVisitor::visitInlineCommandComment().
llvm::SmallVector<SmallString<16>, 4> clang::doc::CommentInfo::AttrKeys |
Definition at line 78 of file Representation.h.
Referenced by llvm::yaml::CommentInfoMapping(), clang::doc::ClangDocBitcodeWriter::emitBlock(), operator<(), operator==(), clang::doc::parseRecord(), clang::doc::serialize::ClangDocCommentVisitor::visitHTMLStartTagComment(), and clang::doc::writeDescription().
llvm::SmallVector<SmallString<16>, 4> clang::doc::CommentInfo::AttrValues |
Definition at line 80 of file Representation.h.
Referenced by llvm::yaml::CommentInfoMapping(), clang::doc::ClangDocBitcodeWriter::emitBlock(), operator<(), operator==(), clang::doc::parseRecord(), clang::doc::serialize::ClangDocCommentVisitor::visitHTMLStartTagComment(), and clang::doc::writeDescription().
std::vector<std::unique_ptr<CommentInfo> > clang::doc::CommentInfo::Children |
Definition at line 84 of file Representation.h.
Referenced by llvm::yaml::CommentInfoMapping(), clang::doc::ClangDocBitcodeWriter::emitBlock(), clang::doc::genHTML(), clang::doc::getCommentInfo(), operator<(), operator==(), clang::doc::serialize::ClangDocCommentVisitor::parseComment(), and clang::doc::writeDescription().
SmallString<16> clang::doc::CommentInfo::CloseName |
Definition at line 73 of file Representation.h.
Referenced by llvm::yaml::CommentInfoMapping(), clang::doc::ClangDocBitcodeWriter::emitBlock(), operator<(), operator==(), clang::doc::parseRecord(), and clang::doc::serialize::ClangDocCommentVisitor::visitVerbatimBlockComment().
SmallString<8> clang::doc::CommentInfo::Direction |
Definition at line 71 of file Representation.h.
Referenced by llvm::yaml::CommentInfoMapping(), clang::doc::ClangDocBitcodeWriter::emitBlock(), operator<(), operator==(), clang::doc::parseRecord(), clang::doc::serialize::ClangDocCommentVisitor::visitParamCommandComment(), and clang::doc::writeDescription().
bool clang::doc::CommentInfo::Explicit = false |
Definition at line 75 of file Representation.h.
Referenced by llvm::yaml::CommentInfoMapping(), clang::doc::ClangDocBitcodeWriter::emitBlock(), operator<(), operator==(), clang::doc::parseRecord(), clang::doc::serialize::ClangDocCommentVisitor::visitParamCommandComment(), and clang::doc::writeDescription().
SmallString<16> clang::doc::CommentInfo::Kind |
Definition at line 64 of file Representation.h.
Referenced by llvm::yaml::CommentInfoMapping(), clang::doc::ClangDocBitcodeWriter::emitBlock(), clang::doc::genHTML(), operator<(), operator==(), clang::doc::serialize::ClangDocCommentVisitor::parseComment(), clang::doc::parseRecord(), and clang::doc::writeDescription().
SmallString<16> clang::doc::CommentInfo::Name |
Definition at line 70 of file Representation.h.
Referenced by llvm::yaml::CommentInfoMapping(), clang::doc::ClangDocBitcodeWriter::emitBlock(), operator<(), operator==(), clang::doc::parseRecord(), clang::doc::serialize::ClangDocCommentVisitor::visitBlockCommandComment(), clang::doc::serialize::ClangDocCommentVisitor::visitHTMLEndTagComment(), clang::doc::serialize::ClangDocCommentVisitor::visitHTMLStartTagComment(), clang::doc::serialize::ClangDocCommentVisitor::visitInlineCommandComment(), clang::doc::serialize::ClangDocCommentVisitor::visitVerbatimBlockComment(), and clang::doc::writeDescription().
SmallString<16> clang::doc::CommentInfo::ParamName |
Definition at line 72 of file Representation.h.
Referenced by llvm::yaml::CommentInfoMapping(), clang::doc::ClangDocBitcodeWriter::emitBlock(), operator<(), operator==(), clang::doc::parseRecord(), clang::doc::serialize::ClangDocCommentVisitor::visitParamCommandComment(), clang::doc::serialize::ClangDocCommentVisitor::visitTParamCommandComment(), and clang::doc::writeDescription().
bool clang::doc::CommentInfo::SelfClosing = false |
Definition at line 74 of file Representation.h.
Referenced by llvm::yaml::CommentInfoMapping(), clang::doc::ClangDocBitcodeWriter::emitBlock(), operator<(), operator==(), clang::doc::parseRecord(), clang::doc::serialize::ClangDocCommentVisitor::visitHTMLEndTagComment(), clang::doc::serialize::ClangDocCommentVisitor::visitHTMLStartTagComment(), and clang::doc::writeDescription().
SmallString<64> clang::doc::CommentInfo::Text |
Definition at line 69 of file Representation.h.
Referenced by llvm::yaml::CommentInfoMapping(), clang::doc::ClangDocBitcodeWriter::emitBlock(), clang::doc::genHTML(), operator<(), operator==(), clang::doc::parseRecord(), clang::doc::serialize::ClangDocCommentVisitor::visitTextComment(), clang::doc::serialize::ClangDocCommentVisitor::visitVerbatimBlockLineComment(), clang::doc::serialize::ClangDocCommentVisitor::visitVerbatimLineComment(), and clang::doc::writeDescription().