Searched refs:TextNodeDumper (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTDumper.h13 #include "clang/AST/TextNodeDumper.h"
18 class ASTDumper : public ASTNodeTraverser<ASTDumper, TextNodeDumper> {
20 TextNodeDumper NodeDumper;
33 TextNodeDumper &doGetNodeDelegate() { return NodeDumper; }
H A DTextNodeDumper.h1 //===--- TextNodeDumper.h - Printing of AST nodes -------------------------===//
126 class TextNodeDumper class in namespace:clang
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_ostrea
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DTextNodeDumper.cpp1 //===--- TextNodeDumper.cpp - Printing of AST nodes -----------------------===//
13 #include "clang/AST/TextNodeDumper.h"
59 TextNodeDumper::TextNodeDumper(raw_ostream &OS, const ASTContext &Context, function in class:TextNodeDumper
66 TextNodeDumper::TextNodeDumper(raw_ostream &OS, bool ShowColors) function in class:TextNodeDumper
69 void TextNodeDumper::Visit(const comments::Comment *C,
84 ConstCommentVisitor<TextNodeDumper, void,
88 void TextNodeDumper::Visit(const Attr *A) {
108 ConstAttrVisitor<TextNodeDumper>
[all...]
/netbsd-current/external/apache2/llvm/lib/libclangAST/
H A DMakefile80 TextNodeDumper.cpp \

Completed in 77 milliseconds