Searched defs:FullComment (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Index/ |
| H A D | CommentToXML.h | 18 class FullComment; variable
|
| /freebsd-14.2/contrib/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 | 124 class FullComment; variable
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 1680 const comments::FullComment *) { in visitTextComment() 1685 const comments::InlineCommandComment *C, const comments::FullComment *) { in visitInlineCommandComment() 1715 const comments::HTMLStartTagComment *C, const comments::FullComment *) { in visitHTMLStartTagComment() 1730 const comments::HTMLEndTagComment *C, const comments::FullComment *) { in visitHTMLEndTagComment() 1735 const comments::BlockCommandComment *C, const comments::FullComment *) { in visitBlockCommandComment() 1785 const comments::VerbatimBlockComment *C, const comments::FullComment *) { in visitVerbatimBlockComment() 1792 const comments::FullComment *) { in visitVerbatimBlockLineComment() 1797 const comments::VerbatimLineComment *C, const comments::FullComment *) { in visitVerbatimLineComment()
|
| H A D | TextNodeDumper.cpp | 857 const comments::FullComment *) { in visitTextComment() 862 const comments::InlineCommandComment *C, const comments::FullComment *) { in visitInlineCommandComment() 887 const comments::HTMLStartTagComment *C, const comments::FullComment *) { in visitHTMLStartTagComment() 901 const comments::HTMLEndTagComment *C, const comments::FullComment *) { in visitHTMLEndTagComment() 906 const comments::BlockCommandComment *C, const comments::FullComment *) { in visitBlockCommandComment() 954 const comments::VerbatimBlockComment *C, const comments::FullComment *) { in visitVerbatimBlockComment() 963 const comments::FullComment *) { in visitVerbatimBlockLineComment() 968 const comments::VerbatimLineComment *C, const comments::FullComment *) { in visitVerbatimLineComment()
|