Searched defs:FullComment (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Index/ |
| H A D | CommentToXML.h | 18 class FullComment; variable
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 1575 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 D | TextNodeDumper.cpp | 764 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 D | RawCommentList.h | 29 class FullComment; variable
|
| H A D | Comment.h | 29 class FullComment; variable 1082 FullComment(ArrayRef<BlockContentComment *> Blocks, DeclInfo *D) : in FullComment() function
|
| H A D | ASTContext.h | 151 class FullComment; variable
|
| /llvm-project-15.0.7/clang-tools-extra/clang-doc/ |
| H A D | HTMLGenerator.cpp | 602 auto FullComment = std::make_unique<TagNode>(HTMLTag::TAG_DIV); in genHTML() local
|