Searched defs:FullComment (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Index/ |
H A D | CommentToXML.h | 18 class FullComment; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 1515 const comments::FullComment *) { in visitTextComment() 1520 const comments::InlineCommandComment *C, const comments::FullComment *) { in visitInlineCommandComment() 1550 const comments::HTMLStartTagComment *C, const comments::FullComment *) { in visitHTMLStartTagComment() 1565 const comments::HTMLEndTagComment *C, const comments::FullComment *) { in visitHTMLEndTagComment() 1570 const comments::BlockCommandComment *C, const comments::FullComment *) { in visitBlockCommandComment() 1620 const comments::VerbatimBlockComment *C, const comments::FullComment *) { in visitVerbatimBlockComment() 1627 const comments::FullComment *) { in visitVerbatimBlockLineComment() 1632 const comments::VerbatimLineComment *C, const comments::FullComment *) { in visitVerbatimLineComment()
|
H A D | TextNodeDumper.cpp | 721 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()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | RawCommentList.h | 29 class FullComment; variable
|
H A D | Comment.h | 29 class FullComment; variable 1096 FullComment(ArrayRef<BlockContentComment *> Blocks, DeclInfo *D) : in FullComment() function
|
H A D | ASTContext.h | 152 class FullComment; variable
|