Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp60 TextNodeDumper::TextNodeDumper(raw_ostream &OS, const ASTContext &Context, in TextNodeDumper() function in TextNodeDumper
67 TextNodeDumper::TextNodeDumper(raw_ostream &OS, bool ShowColors) in TextNodeDumper() function in TextNodeDumper
85 ConstCommentVisitor<TextNodeDumper, void, in Visit()
89 void TextNodeDumper::Visit(const Attr *A) { in Visit()
186 void TextNodeDumper::Visit(const Type *T) { in Visit()
231 TypeVisitor<TextNodeDumper>::Visit(T); in Visit()
234 void TextNodeDumper::Visit(QualType T) { in Visit()
242 void TextNodeDumper::Visit(const Decl *D) { in Visit()
444 void TextNodeDumper::dumpAPValueChildren( in dumpAPValueChildren()
716 void TextNodeDumper::dumpCleanupObject( in dumpCleanupObject()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTDumper.h18 class ASTDumper : public ASTNodeTraverser<ASTDumper, TextNodeDumper> {
20 TextNodeDumper NodeDumper;
33 TextNodeDumper &doGetNodeDelegate() { return NodeDumper; } in doGetNodeDelegate()
H A DTextNodeDumper.h127 class TextNodeDumper
129 public comments::ConstCommentVisitor<TextNodeDumper, void,
131 public ConstAttrVisitor<TextNodeDumper>,
132 public ConstTemplateArgumentVisitor<TextNodeDumper>,
133 public ConstStmtVisitor<TextNodeDumper>,
134 public TypeVisitor<TextNodeDumper>,
135 public ConstDeclVisitor<TextNodeDumper> {
166 TextNodeDumper(raw_ostream &OS, const ASTContext &Context, bool ShowColors);
167 TextNodeDumper(raw_ostream &OS, bool ShowColors);
/freebsd-13.1/lib/clang/libclang/
H A DMakefile140 SRCS_MIN+= AST/TextNodeDumper.cpp