|
clang-tools 23.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 203 of file Serialize.cpp.
|
inline |
Definition at line 206 of file Serialize.cpp.
Referenced by parseComment().
| void clang::doc::serialize::ClangDocCommentVisitor::parseComment | ( | const comments::Comment * | C | ) |
Definition at line 228 of file Serialize.cpp.
References clang::doc::CommentInfo::Children, ClangDocCommentVisitor(), clang::doc::CommentInfo::Kind, parseComment(), clang::doc::stringToCommentKind(), and clang::doc::TransientArena.
Referenced by parseComment().
| void clang::doc::serialize::ClangDocCommentVisitor::visitBlockCommandComment | ( | const BlockCommandComment * | C | ) |
Definition at line 298 of file Serialize.cpp.
References clang::doc::internString(), and clang::doc::TransientArena.
| void clang::doc::serialize::ClangDocCommentVisitor::visitHTMLEndTagComment | ( | const HTMLEndTagComment * | C | ) |
Definition at line 292 of file Serialize.cpp.
References clang::doc::internString().
| void clang::doc::serialize::ClangDocCommentVisitor::visitHTMLStartTagComment | ( | const HTMLStartTagComment * | C | ) |
Definition at line 267 of file Serialize.cpp.
References clang::doc::internString(), and clang::doc::TransientArena.
| void clang::doc::serialize::ClangDocCommentVisitor::visitInlineCommandComment | ( | const InlineCommandComment * | C | ) |
Definition at line 254 of file Serialize.cpp.
References clang::doc::internString(), and clang::doc::TransientArena.
| void clang::doc::serialize::ClangDocCommentVisitor::visitParamCommandComment | ( | const ParamCommandComment * | C | ) |
Definition at line 311 of file Serialize.cpp.
References clang::doc::internString().
| void clang::doc::serialize::ClangDocCommentVisitor::visitTextComment | ( | const TextComment * | C | ) |
Definition at line 249 of file Serialize.cpp.
| void clang::doc::serialize::ClangDocCommentVisitor::visitTParamCommandComment | ( | const TParamCommandComment * | C | ) |
Definition at line 320 of file Serialize.cpp.
References clang::doc::internString().
| void clang::doc::serialize::ClangDocCommentVisitor::visitVerbatimBlockComment | ( | const VerbatimBlockComment * | C | ) |
Definition at line 326 of file Serialize.cpp.
References clang::doc::internString().
| void clang::doc::serialize::ClangDocCommentVisitor::visitVerbatimBlockLineComment | ( | const VerbatimBlockLineComment * | C | ) |
Definition at line 332 of file Serialize.cpp.
References clang::doc::internString().
| void clang::doc::serialize::ClangDocCommentVisitor::visitVerbatimLineComment | ( | const VerbatimLineComment * | C | ) |
Definition at line 338 of file Serialize.cpp.
References clang::doc::internString().