Searched defs:FullComment (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Index/ |
H A D | CommentToXML.h | 18 class FullComment; variable
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 1723 const comments::FullComment *) { in visitTextComment() 1728 const comments::InlineCommandComment *C, const comments::FullComment *) { in visitInlineCommandComment() 1758 const comments::HTMLStartTagComment *C, const comments::FullComment *) { in visitHTMLStartTagComment() 1773 const comments::HTMLEndTagComment *C, const comments::FullComment *) { in visitHTMLEndTagComment() 1778 const comments::BlockCommandComment *C, const comments::FullComment *) { in visitBlockCommandComment() 1828 const comments::VerbatimBlockComment *C, const comments::FullComment *) { in visitVerbatimBlockComment() 1835 const comments::FullComment *) { in visitVerbatimBlockLineComment() 1840 const comments::VerbatimLineComment *C, const comments::FullComment *) { in visitVerbatimLineComment()
|
H A D | TextNodeDumper.cpp | 994 const comments::FullComment *) { in visitTextComment() 999 const comments::InlineCommandComment *C, const comments::FullComment *) { in visitInlineCommandComment() 1024 const comments::HTMLStartTagComment *C, const comments::FullComment *) { in visitHTMLStartTagComment() 1038 const comments::HTMLEndTagComment *C, const comments::FullComment *) { in visitHTMLEndTagComment() 1043 const comments::BlockCommandComment *C, const comments::FullComment *) { in visitBlockCommandComment() 1091 const comments::VerbatimBlockComment *C, const comments::FullComment *) { in visitVerbatimBlockComment() 1100 const comments::FullComment *) { in visitVerbatimBlockLineComment() 1105 const comments::VerbatimLineComment *C, const comments::FullComment *) { in visitVerbatimLineComment()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | RawCommentList.h | 29 class FullComment; variable
|
H A D | ASTContext.h | 128 class FullComment; variable
|