clang-tools
15.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 46 of file Representation.h.
|
default |
|
delete |
|
default |
|
inline |
Definition at line 71 of file Representation.h.
References Args, AttrKeys, AttrValues, Children, CloseName, Direction, Explicit, Kind, Name, ParamName, SelfClosing, and Text.
|
default |
|
inline |
Definition at line 52 of file Representation.h.
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 110 of file Representation.h.
Referenced by llvm::yaml::CommentInfoMapping(), 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 106 of file Representation.h.
Referenced by llvm::yaml::CommentInfoMapping(), operator<(), operator==(), clang::doc::parseRecord(), and clang::doc::serialize::ClangDocCommentVisitor::visitHTMLStartTagComment().
llvm::SmallVector<SmallString<16>, 4> clang::doc::CommentInfo::AttrValues |
Definition at line 108 of file Representation.h.
Referenced by llvm::yaml::CommentInfoMapping(), operator<(), operator==(), clang::doc::parseRecord(), and clang::doc::serialize::ClangDocCommentVisitor::visitHTMLStartTagComment().
std::vector<std::unique_ptr<CommentInfo> > clang::doc::CommentInfo::Children |
Definition at line 112 of file Representation.h.
Referenced by llvm::yaml::CommentInfoMapping(), clang::doc::getCommentInfo(), operator<(), and operator==().
SmallString<16> clang::doc::CommentInfo::CloseName |
Definition at line 101 of file Representation.h.
Referenced by llvm::yaml::CommentInfoMapping(), operator<(), operator==(), clang::doc::parseRecord(), and clang::doc::serialize::ClangDocCommentVisitor::visitVerbatimBlockComment().
SmallString<8> clang::doc::CommentInfo::Direction |
Definition at line 99 of file Representation.h.
Referenced by llvm::yaml::CommentInfoMapping(), operator<(), operator==(), clang::doc::parseRecord(), and clang::doc::serialize::ClangDocCommentVisitor::visitParamCommandComment().
bool clang::doc::CommentInfo::Explicit = false |
Definition at line 103 of file Representation.h.
Referenced by llvm::yaml::CommentInfoMapping(), operator<(), operator==(), clang::doc::parseRecord(), and clang::doc::serialize::ClangDocCommentVisitor::visitParamCommandComment().
SmallString<16> clang::doc::CommentInfo::Kind |
Definition at line 92 of file Representation.h.
Referenced by llvm::yaml::CommentInfoMapping(), 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 98 of file Representation.h.
Referenced by llvm::yaml::CommentInfoMapping(), 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(), and clang::doc::serialize::ClangDocCommentVisitor::visitVerbatimBlockComment().
SmallString<16> clang::doc::CommentInfo::ParamName |
Definition at line 100 of file Representation.h.
Referenced by llvm::yaml::CommentInfoMapping(), operator<(), operator==(), clang::doc::parseRecord(), clang::doc::serialize::ClangDocCommentVisitor::visitParamCommandComment(), and clang::doc::serialize::ClangDocCommentVisitor::visitTParamCommandComment().
bool clang::doc::CommentInfo::SelfClosing = false |
Definition at line 102 of file Representation.h.
Referenced by llvm::yaml::CommentInfoMapping(), operator<(), operator==(), clang::doc::parseRecord(), clang::doc::serialize::ClangDocCommentVisitor::visitHTMLEndTagComment(), and clang::doc::serialize::ClangDocCommentVisitor::visitHTMLStartTagComment().
SmallString<64> clang::doc::CommentInfo::Text |
Definition at line 97 of file Representation.h.
Referenced by llvm::yaml::CommentInfoMapping(), operator<(), operator==(), clang::doc::parseRecord(), clang::doc::serialize::ClangDocCommentVisitor::visitTextComment(), clang::doc::serialize::ClangDocCommentVisitor::visitVerbatimBlockLineComment(), and clang::doc::serialize::ClangDocCommentVisitor::visitVerbatimLineComment().