Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/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
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DTextNodeDumper.h208 void visitTextComment(const comments::TextComment *C,
DJSONNodeDumper.h332 void visitTextComment(const comments::TextComment *C,
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DJSONNodeDumper.cpp1565 void JSONNodeDumper::visitTextComment(const comments::TextComment *C, in visitTextComment() function in JSONNodeDumper
DTextNodeDumper.cpp761 void TextNodeDumper::visitTextComment(const comments::TextComment *C, in visitTextComment() function in TextNodeDumper