Home
last modified time | relevance | path

Searched defs:FullComment (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/clang/include/clang/Index/
DCommentToXML.h19 class FullComment; variable
/external/clang/include/clang/Index/
DCommentToXML.h20 class FullComment; variable
/external/llvm-project/clang/lib/AST/
DJSONNodeDumper.cpp1513 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()
DTextNodeDumper.cpp721 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/
DRawCommentList.h29 class FullComment; variable
DComment.h29 class FullComment; variable
1096 FullComment(ArrayRef<BlockContentComment *> Blocks, DeclInfo *D) : in FullComment() function
DASTContext.h149 class FullComment; variable
/external/clang/include/clang/AST/
DRawCommentList.h25 class FullComment; variable
DComment.h30 class FullComment; variable
1102 FullComment(ArrayRef<BlockContentComment *> Blocks, DeclInfo *D) : in FullComment() function
DASTContext.h78 class FullComment; variable
/external/llvm-project/clang-tools-extra/clang-doc/
DHTMLGenerator.cpp602 auto FullComment = std::make_unique<TagNode>(HTMLTag::TAG_DIV); in genHTML() local