Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Index/
H A DCommentToXML.h18 class FullComment; variable
/llvm-project-15.0.7/clang/lib/AST/
H A DJSONNodeDumper.cpp1575 const comments::FullComment *) { in visitTextComment()
1580 const comments::InlineCommandComment *C, const comments::FullComment *) { in visitInlineCommandComment()
1610 const comments::HTMLStartTagComment *C, const comments::FullComment *) { in visitHTMLStartTagComment()
1625 const comments::HTMLEndTagComment *C, const comments::FullComment *) { in visitHTMLEndTagComment()
1630 const comments::BlockCommandComment *C, const comments::FullComment *) { in visitBlockCommandComment()
1680 const comments::VerbatimBlockComment *C, const comments::FullComment *) { in visitVerbatimBlockComment()
1687 const comments::FullComment *) { in visitVerbatimBlockLineComment()
1692 const comments::VerbatimLineComment *C, const comments::FullComment *) { in visitVerbatimLineComment()
H A DTextNodeDumper.cpp764 const comments::FullComment *) { in visitTextComment()
769 const comments::InlineCommandComment *C, const comments::FullComment *) { in visitInlineCommandComment()
794 const comments::HTMLStartTagComment *C, const comments::FullComment *) { in visitHTMLStartTagComment()
808 const comments::HTMLEndTagComment *C, const comments::FullComment *) { in visitHTMLEndTagComment()
813 const comments::BlockCommandComment *C, const comments::FullComment *) { in visitBlockCommandComment()
861 const comments::VerbatimBlockComment *C, const comments::FullComment *) { in visitVerbatimBlockComment()
870 const comments::FullComment *) { in visitVerbatimBlockLineComment()
875 const comments::VerbatimLineComment *C, const comments::FullComment *) { in visitVerbatimLineComment()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DRawCommentList.h29 class FullComment; variable
H A DComment.h29 class FullComment; variable
1082 FullComment(ArrayRef<BlockContentComment *> Blocks, DeclInfo *D) : in FullComment() function
H A DASTContext.h151 class FullComment; variable
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DHTMLGenerator.cpp602 auto FullComment = std::make_unique<TagNode>(HTMLTag::TAG_DIV); in genHTML() local