Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
446 void TextNodeDumper::dumpAPValueChildren( in dumpAPValueChildren()
718 void TextNodeDumper::dumpCleanupObject( in dumpCleanupObject()
[all …]
H A DCMakeLists.txt116 TextNodeDumper.cpp
/llvm-project-15.0.7/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);
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DDumpAST.cpp312 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 DBUILD.gn145 "TextNodeDumper.cpp",