Searched defs:FullComment (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/clang/include/clang/Index/ |
D | CommentToXML.h | 19 class FullComment; variable
|
/external/clang/include/clang/Index/ |
D | CommentToXML.h | 20 class FullComment; variable
|
/external/llvm-project/clang/lib/AST/ |
D | JSONNodeDumper.cpp | 1513 const comments::FullComment *) { in visitTextComment() 1518 const comments::InlineCommandComment *C, const comments::FullComment *) { in visitInlineCommandComment() 1548 const comments::HTMLStartTagComment *C, const comments::FullComment *) { in visitHTMLStartTagComment() 1563 const comments::HTMLEndTagComment *C, const comments::FullComment *) { in visitHTMLEndTagComment() 1568 const comments::BlockCommandComment *C, const comments::FullComment *) { in visitBlockCommandComment() 1618 const comments::VerbatimBlockComment *C, const comments::FullComment *) { in visitVerbatimBlockComment() 1625 const comments::FullComment *) { in visitVerbatimBlockLineComment() 1630 const comments::VerbatimLineComment *C, const comments::FullComment *) { in visitVerbatimLineComment()
|
D | TextNodeDumper.cpp | 721 const comments::FullComment *) { in visitTextComment() 726 const comments::InlineCommandComment *C, const comments::FullComment *) { in visitInlineCommandComment() 751 const comments::HTMLStartTagComment *C, const comments::FullComment *) { in visitHTMLStartTagComment() 765 const comments::HTMLEndTagComment *C, const comments::FullComment *) { in visitHTMLEndTagComment() 770 const comments::BlockCommandComment *C, const comments::FullComment *) { in visitBlockCommandComment() 818 const comments::VerbatimBlockComment *C, const comments::FullComment *) { in visitVerbatimBlockComment() 827 const comments::FullComment *) { in visitVerbatimBlockLineComment() 832 const comments::VerbatimLineComment *C, const comments::FullComment *) { in visitVerbatimLineComment()
|
/external/llvm-project/clang/include/clang/AST/ |
D | RawCommentList.h | 29 class FullComment; variable
|
D | Comment.h | 29 class FullComment; variable 1096 FullComment(ArrayRef<BlockContentComment *> Blocks, DeclInfo *D) : in FullComment() function
|
D | ASTContext.h | 149 class FullComment; variable
|
/external/clang/include/clang/AST/ |
D | RawCommentList.h | 25 class FullComment; variable
|
D | Comment.h | 30 class FullComment; variable 1102 FullComment(ArrayRef<BlockContentComment *> Blocks, DeclInfo *D) : in FullComment() function
|
D | ASTContext.h | 78 class FullComment; variable
|
/external/llvm-project/clang-tools-extra/clang-doc/ |
D | HTMLGenerator.cpp | 602 auto FullComment = std::make_unique<TagNode>(HTMLTag::TAG_DIV); in genHTML() local
|