Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp61 TextNodeDumper::TextNodeDumper(raw_ostream &OS, const ASTContext &Context, in TextNodeDumper() function in TextNodeDumper
68 TextNodeDumper::TextNodeDumper(raw_ostream &OS, bool ShowColors) in TextNodeDumper() function in TextNodeDumper
86 ConstCommentVisitor<TextNodeDumper, void, in Visit()
90 void TextNodeDumper::Visit(const Attr *A) { in Visit()
187 void TextNodeDumper::Visit(const Type *T) { in Visit()
232 TypeVisitor<TextNodeDumper>::Visit(T); in Visit()
235 void TextNodeDumper::Visit(QualType T) { in Visit()
243 void TextNodeDumper::Visit(const Decl *D) { in Visit()
474 void TextNodeDumper::dumpAPValueChildren( in dumpAPValueChildren()
751 void TextNodeDumper::dumpCleanupObject( in dumpCleanupObject()
[all …]
/freebsd-14.2/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-14.2/lib/clang/libclang/
H A DMakefile149 SRCS_MIN+= AST/TextNodeDumper.cpp