clang-tools 20.0.0git
|
Public Member Functions | |
ClangDocCommentVisitor (CommentInfo &CI) | |
void | parseComment (const comments::Comment *C) |
void | visitTextComment (const TextComment *C) |
void | visitInlineCommandComment (const InlineCommandComment *C) |
void | visitHTMLStartTagComment (const HTMLStartTagComment *C) |
void | visitHTMLEndTagComment (const HTMLEndTagComment *C) |
void | visitBlockCommandComment (const BlockCommandComment *C) |
void | visitParamCommandComment (const ParamCommandComment *C) |
void | visitTParamCommandComment (const TParamCommandComment *C) |
void | visitVerbatimBlockComment (const VerbatimBlockComment *C) |
void | visitVerbatimBlockLineComment (const VerbatimBlockLineComment *C) |
void | visitVerbatimLineComment (const VerbatimLineComment *C) |
Definition at line 66 of file Serialize.cpp.
|
inline |
Definition at line 69 of file Serialize.cpp.
void clang::doc::serialize::ClangDocCommentVisitor::parseComment | ( | const comments::Comment * | C | ) |
Definition at line 91 of file Serialize.cpp.
References C, clang::doc::CommentInfo::Children, clang::doc::CommentInfo::Kind, and parseComment().
Referenced by parseComment(), and clang::doc::serialize::parseFullComment().
void clang::doc::serialize::ClangDocCommentVisitor::visitBlockCommandComment | ( | const BlockCommandComment * | C | ) |
Definition at line 131 of file Serialize.cpp.
References clang::doc::CommentInfo::Args, C, E, and clang::doc::CommentInfo::Name.
void clang::doc::serialize::ClangDocCommentVisitor::visitHTMLEndTagComment | ( | const HTMLEndTagComment * | C | ) |
Definition at line 125 of file Serialize.cpp.
References C, clang::doc::CommentInfo::Name, and clang::doc::CommentInfo::SelfClosing.
void clang::doc::serialize::ClangDocCommentVisitor::visitHTMLStartTagComment | ( | const HTMLStartTagComment * | C | ) |
Definition at line 114 of file Serialize.cpp.
References clang::doc::CommentInfo::AttrKeys, clang::doc::CommentInfo::AttrValues, C, E, clang::doc::CommentInfo::Name, and clang::doc::CommentInfo::SelfClosing.
void clang::doc::serialize::ClangDocCommentVisitor::visitInlineCommandComment | ( | const InlineCommandComment * | C | ) |
Definition at line 107 of file Serialize.cpp.
References clang::doc::CommentInfo::Args, C, E, and clang::doc::CommentInfo::Name.
void clang::doc::serialize::ClangDocCommentVisitor::visitParamCommandComment | ( | const ParamCommandComment * | C | ) |
Definition at line 138 of file Serialize.cpp.
References C, clang::doc::CommentInfo::Direction, clang::doc::CommentInfo::Explicit, and clang::doc::CommentInfo::ParamName.
void clang::doc::serialize::ClangDocCommentVisitor::visitTextComment | ( | const TextComment * | C | ) |
Definition at line 102 of file Serialize.cpp.
References C, and clang::doc::CommentInfo::Text.
void clang::doc::serialize::ClangDocCommentVisitor::visitTParamCommandComment | ( | const TParamCommandComment * | C | ) |
Definition at line 147 of file Serialize.cpp.
References C, and clang::doc::CommentInfo::ParamName.
void clang::doc::serialize::ClangDocCommentVisitor::visitVerbatimBlockComment | ( | const VerbatimBlockComment * | C | ) |
Definition at line 153 of file Serialize.cpp.
References C, clang::doc::CommentInfo::CloseName, and clang::doc::CommentInfo::Name.
void clang::doc::serialize::ClangDocCommentVisitor::visitVerbatimBlockLineComment | ( | const VerbatimBlockLineComment * | C | ) |
Definition at line 159 of file Serialize.cpp.
References C, and clang::doc::CommentInfo::Text.
void clang::doc::serialize::ClangDocCommentVisitor::visitVerbatimLineComment | ( | const VerbatimLineComment * | C | ) |
Definition at line 165 of file Serialize.cpp.
References C, and clang::doc::CommentInfo::Text.