Searched refs:TextNodeDumper (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | TextNodeDumper.cpp | 60 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() 446 void TextNodeDumper::dumpAPValueChildren( in dumpAPValueChildren() 718 void TextNodeDumper::dumpCleanupObject( in dumpCleanupObject() [all …]
|
| H A D | CMakeLists.txt | 116 TextNodeDumper.cpp
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ASTDumper.h | 18 class ASTDumper : public ASTNodeTraverser<ASTDumper, TextNodeDumper> { 20 TextNodeDumper NodeDumper; 33 TextNodeDumper &doGetNodeDelegate() { return NodeDumper; } in doGetNodeDelegate()
|
| H A D | TextNodeDumper.h | 127 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);
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | DumpAST.cpp | 312 TextNodeDumper Dumper(OS, Ctx, /*ShowColors=*/false); in dump() 317 return dump([&](TextNodeDumper &D) { D.Visit(N); }); in getArcana() 323 return dump([&](TextNodeDumper &D) { in getArcana() 328 return dump([&](TextNodeDumper &D) { D.Visit(TL.getType()); }); in getArcana()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/AST/ |
| H A D | BUILD.gn | 145 "TextNodeDumper.cpp",
|