Home
last modified time | relevance | path

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

/netbsd/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
84 ConstCommentVisitor<TextNodeDumper, void, in Visit()
88 void TextNodeDumper::Visit(const Attr *A) { in Visit()
108 ConstAttrVisitor<TextNodeDumper>::Visit(A); in Visit()
185 void TextNodeDumper::Visit(const Type *T) { in Visit()
230 TypeVisitor<TextNodeDumper>::Visit(T); in Visit()
233 void TextNodeDumper::Visit(QualType T) { in Visit()
241 void TextNodeDumper::Visit(const Decl *D) { in Visit()
403 void TextNodeDumper::dumpAPValueChildren( in dumpAPValueChildren()
[all …]
H A DCMakeLists.txt109 TextNodeDumper.cpp
/netbsd/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/external/apache2/llvm/lib/libclangAST/
H A DMakefile80 TextNodeDumper.cpp \
/netbsd/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/AST/
H A DBUILD.gn136 "TextNodeDumper.cpp",