clang-tools
15.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 63 of file Serialize.cpp.
|
inline |
Definition at line 66 of file Serialize.cpp.
void clang::doc::serialize::ClangDocCommentVisitor::parseComment | ( | const comments::Comment * | C | ) |
Definition at line 88 of file Serialize.cpp.
References C, and clang::doc::CommentInfo::Kind.
Referenced by clang::doc::serialize::parseFullComment().
void clang::doc::serialize::ClangDocCommentVisitor::visitBlockCommandComment | ( | const BlockCommandComment * | C | ) |
Definition at line 128 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 122 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 111 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 104 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 135 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 99 of file Serialize.cpp.
References C, and clang::doc::CommentInfo::Text.
void clang::doc::serialize::ClangDocCommentVisitor::visitTParamCommandComment | ( | const TParamCommandComment * | C | ) |
Definition at line 144 of file Serialize.cpp.
References C, and clang::doc::CommentInfo::ParamName.
void clang::doc::serialize::ClangDocCommentVisitor::visitVerbatimBlockComment | ( | const VerbatimBlockComment * | C | ) |
Definition at line 150 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 156 of file Serialize.cpp.
References C, and clang::doc::CommentInfo::Text.
void clang::doc::serialize::ClangDocCommentVisitor::visitVerbatimLineComment | ( | const VerbatimLineComment * | C | ) |
Definition at line 162 of file Serialize.cpp.
References C, and clang::doc::CommentInfo::Text.