Searched defs:FullComment (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang/include/clang/Index/ |
H A D | CommentToXML.h | 18 class FullComment; variable
|
/llvm-project/clang/include/clang/AST/ |
H A D | Comment.h | 29 class FullComment; variable
|
H A D | RawCommentList.h | 29 class FullComment; variable
|
H A D | ASTContext.h | 128 class FullComment; global() variable
|
/llvm-project/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 1724 visitTextComment(const comments::TextComment * C,const comments::FullComment *) visitTextComment() argument 1729 visitInlineCommandComment(const comments::InlineCommandComment * C,const comments::FullComment *) visitInlineCommandComment() argument 1759 visitHTMLStartTagComment(const comments::HTMLStartTagComment * C,const comments::FullComment *) visitHTMLStartTagComment() argument 1774 visitHTMLEndTagComment(const comments::HTMLEndTagComment * C,const comments::FullComment *) visitHTMLEndTagComment() argument 1779 visitBlockCommandComment(const comments::BlockCommandComment * C,const comments::FullComment *) visitBlockCommandComment() argument 1829 visitVerbatimBlockComment(const comments::VerbatimBlockComment * C,const comments::FullComment *) visitVerbatimBlockComment() argument 1836 visitVerbatimBlockLineComment(const comments::VerbatimBlockLineComment * C,const comments::FullComment *) visitVerbatimBlockLineComment() argument 1841 visitVerbatimLineComment(const comments::VerbatimLineComment * C,const comments::FullComment *) visitVerbatimLineComment() argument [all...] |
H A D | TextNodeDumper.cpp | 994 visitTextComment(const comments::TextComment * C,const comments::FullComment *) visitTextComment() argument 999 visitInlineCommandComment(const comments::InlineCommandComment * C,const comments::FullComment *) visitInlineCommandComment() argument 1024 visitHTMLStartTagComment(const comments::HTMLStartTagComment * C,const comments::FullComment *) visitHTMLStartTagComment() argument 1038 visitHTMLEndTagComment(const comments::HTMLEndTagComment * C,const comments::FullComment *) visitHTMLEndTagComment() argument 1043 visitBlockCommandComment(const comments::BlockCommandComment * C,const comments::FullComment *) visitBlockCommandComment() argument 1091 visitVerbatimBlockComment(const comments::VerbatimBlockComment * C,const comments::FullComment *) visitVerbatimBlockComment() argument 1100 visitVerbatimBlockLineComment(const comments::VerbatimBlockLineComment * C,const comments::FullComment *) visitVerbatimBlockLineComment() argument 1105 visitVerbatimLineComment(const comments::VerbatimLineComment * C,const comments::FullComment *) visitVerbatimLineComment() argument [all...] |
/llvm-project/clang-tools-extra/clang-doc/ |
H A D | HTMLGenerator.cpp | 613 auto FullComment = std::make_unique<TagNode>(HTMLTag::TAG_DIV); genHTML() local
|