Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Index/
H A DCommentToXML.h18 class FullComment; variable
/llvm-project/clang/include/clang/AST/
H A DComment.h29 class FullComment; variable
H A DRawCommentList.h29 class FullComment; variable
H A DASTContext.h128 class FullComment; global() variable
/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1724 visitTextComment(const comments::TextComment * C,const comments::FullComment *) visitTextComment() argument
1729 visitInlineCommandComment(const comments::InlineCommandComment * C,const comments::FullComment *) visitInlineCommandComment() argument
1759 visitHTMLStartTagComment(const comments::HTMLStartTagComment * C,const comments::FullComment *) visitHTMLStartTagComment() argument
1774 visitHTMLEndTagComment(const comments::HTMLEndTagComment * C,const comments::FullComment *) visitHTMLEndTagComment() argument
1779 visitBlockCommandComment(const comments::BlockCommandComment * C,const comments::FullComment *) visitBlockCommandComment() argument
1829 visitVerbatimBlockComment(const comments::VerbatimBlockComment * C,const comments::FullComment *) visitVerbatimBlockComment() argument
1836 visitVerbatimBlockLineComment(const comments::VerbatimBlockLineComment * C,const comments::FullComment *) visitVerbatimBlockLineComment() argument
1841 visitVerbatimLineComment(const comments::VerbatimLineComment * C,const comments::FullComment *) visitVerbatimLineComment() argument
[all...]
H A DTextNodeDumper.cpp994 visitTextComment(const comments::TextComment * C,const comments::FullComment *) visitTextComment() argument
999 visitInlineCommandComment(const comments::InlineCommandComment * C,const comments::FullComment *) visitInlineCommandComment() argument
1024 visitHTMLStartTagComment(const comments::HTMLStartTagComment * C,const comments::FullComment *) visitHTMLStartTagComment() argument
1038 visitHTMLEndTagComment(const comments::HTMLEndTagComment * C,const comments::FullComment *) visitHTMLEndTagComment() argument
1043 visitBlockCommandComment(const comments::BlockCommandComment * C,const comments::FullComment *) visitBlockCommandComment() argument
1091 visitVerbatimBlockComment(const comments::VerbatimBlockComment * C,const comments::FullComment *) visitVerbatimBlockComment() argument
1100 visitVerbatimBlockLineComment(const comments::VerbatimBlockLineComment * C,const comments::FullComment *) visitVerbatimBlockLineComment() argument
1105 visitVerbatimLineComment(const comments::VerbatimLineComment * C,const comments::FullComment *) visitVerbatimLineComment() argument
[all...]
/llvm-project/clang-tools-extra/clang-doc/
H A DHTMLGenerator.cpp613 auto FullComment = std::make_unique<TagNode>(HTMLTag::TAG_DIV); genHTML() local