Home
last modified time | relevance | path

Searched refs:TextNodeDumper (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTextNodeDumper.cpp59 TextNodeDumper::TextNodeDumper(raw_ostream &OS, const ASTContext &Context, in TextNodeDumper() function in TextNodeDumper
66 TextNodeDumper::TextNodeDumper(raw_ostream &OS, bool ShowColors) in TextNodeDumper() function in TextNodeDumper
69 void TextNodeDumper::Visit(const comments::Comment *C, in Visit()
84 ConstCommentVisitor<TextNodeDumper, void, in Visit()
88 void TextNodeDumper::Visit(const Attr *A) { in Visit()
108 ConstAttrVisitor<TextNodeDumper>::Visit(A); in Visit()
111 void TextNodeDumper::Visit(const TemplateArgument &TA, SourceRange R, in Visit()
120 ConstTemplateArgumentVisitor<TextNodeDumper>::Visit(TA); in Visit()
123 void TextNodeDumper::Visit(const Stmt *Node) { in Visit()
182 ConstStmtVisitor<TextNodeDumper>::Visit(Node); in Visit()
[all …]
H A DCMakeLists.txt109 TextNodeDumper.cpp
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTextNodeDumper.h126 class TextNodeDumper
128 public comments::ConstCommentVisitor<TextNodeDumper, void,
130 public ConstAttrVisitor<TextNodeDumper>,
131 public ConstTemplateArgumentVisitor<TextNodeDumper>,
132 public ConstStmtVisitor<TextNodeDumper>,
133 public TypeVisitor<TextNodeDumper>,
134 public ConstDeclVisitor<TextNodeDumper> {
165 TextNodeDumper(raw_ostream &OS, const ASTContext &Context, bool ShowColors);
166 TextNodeDumper(raw_ostream &OS, bool ShowColors);
H A DASTDumper.h18 class ASTDumper : public ASTNodeTraverser<ASTDumper, TextNodeDumper> {
20 TextNodeDumper NodeDumper;
33 TextNodeDumper &doGetNodeDelegate() { return NodeDumper; } in doGetNodeDelegate()
/netbsd-src/external/apache2/llvm/lib/libclangAST/
H A DMakefile80 TextNodeDumper.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/AST/
H A DBUILD.gn136 "TextNodeDumper.cpp",