Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Index/
H A DCommentToXML.h18 class FullComment; variable
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DJSONNodeDumper.cpp1607 const comments::FullComment *) { in visitTextComment()
1612 const comments::InlineCommandComment *C, const comments::FullComment *) { in visitInlineCommandComment()
1642 const comments::HTMLStartTagComment *C, const comments::FullComment *) { in visitHTMLStartTagComment()
1657 const comments::HTMLEndTagComment *C, const comments::FullComment *) { in visitHTMLEndTagComment()
1662 const comments::BlockCommandComment *C, const comments::FullComment *) { in visitBlockCommandComment()
1712 const comments::VerbatimBlockComment *C, const comments::FullComment *) { in visitVerbatimBlockComment()
1719 const comments::FullComment *) { in visitVerbatimBlockLineComment()
1724 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()
/openbsd-src/gnu/llvm/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.h124 class FullComment; variable