Home
last modified time | relevance | path

Searched refs:visitTextComment (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/clang/lib/Index/
DCommentToXML.cpp228 void visitTextComment(const TextComment *C);
261 void CommentASTToHTMLConverter::visitTextComment(const TextComment *C) { in visitTextComment() function in CommentASTToHTMLConverter
539 void visitTextComment(const TextComment *C);
610 void CommentASTToXMLConverter::visitTextComment(const TextComment *C) { in visitTextComment() function in CommentASTToXMLConverter
/external/clang/lib/Index/
DCommentToXML.cpp231 void visitTextComment(const TextComment *C);
264 void CommentASTToHTMLConverter::visitTextComment(const TextComment *C) { in visitTextComment() function in CommentASTToHTMLConverter
542 void visitTextComment(const TextComment *C);
618 void CommentASTToXMLConverter::visitTextComment(const TextComment *C) { in visitTextComment() function in CommentASTToXMLConverter
/external/llvm-project/clang-tools-extra/clang-doc/
DSerialize.cpp70 void visitTextComment(const TextComment *C);
99 void ClangDocCommentVisitor::visitTextComment(const TextComment *C) { in visitTextComment() function in clang::doc::serialize::ClangDocCommentVisitor
/external/llvm-project/clang/include/clang/AST/
DTextNodeDumper.h207 void visitTextComment(const comments::TextComment *C,
DJSONNodeDumper.h327 void visitTextComment(const comments::TextComment *C,
/external/clang/lib/AST/
DASTDumper.cpp564 void visitTextComment(const TextComment *C);
2344 void ASTDumper::visitTextComment(const TextComment *C) { in visitTextComment() function in ASTDumper
/external/llvm-project/clang/lib/AST/
DJSONNodeDumper.cpp1512 void JSONNodeDumper::visitTextComment(const comments::TextComment *C, in visitTextComment() function in JSONNodeDumper
DTextNodeDumper.cpp720 void TextNodeDumper::visitTextComment(const comments::TextComment *C, in visitTextComment() function in TextNodeDumper