Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
HDCommentToXML.cpp229 void visitTextComment(const TextComment *C);
262 void CommentASTToHTMLConverter::visitTextComment(const TextComment *C) { in visitTextComment() function in CommentASTToHTMLConverter
540 void visitTextComment(const TextComment *C);
612 void CommentASTToXMLConverter::visitTextComment(const TextComment *C) { in visitTextComment() function in CommentASTToXMLConverter
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDTextNodeDumper.h222 void visitTextComment(const comments::TextComment *C,
HDJSONNodeDumper.h352 void visitTextComment(const comments::TextComment *C,
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDJSONNodeDumper.cpp1722 void JSONNodeDumper::visitTextComment(const comments::TextComment *C, in visitTextComment() function in JSONNodeDumper
HDTextNodeDumper.cpp993 void TextNodeDumper::visitTextComment(const comments::TextComment *C, in visitTextComment() function in TextNodeDumper