Lines Matching refs:ASTDumper
25 void ASTDumper::dumpLookups(const DeclContext *DC, bool DumpDecls) { in dumpLookups()
85 void ASTDumper::dumpTemplateDeclSpecialization(const SpecializationDecl *D, in dumpTemplateDeclSpecialization()
127 void ASTDumper::dumpTemplateDecl(const TemplateDecl *D, bool DumpExplicitInst) { in dumpTemplateDecl()
139 void ASTDumper::VisitFunctionTemplateDecl(const FunctionTemplateDecl *D) { in VisitFunctionTemplateDecl()
146 void ASTDumper::VisitClassTemplateDecl(const ClassTemplateDecl *D) { in VisitClassTemplateDecl()
150 void ASTDumper::VisitVarTemplateDecl(const VarTemplateDecl *D) { in VisitVarTemplateDecl()
165 ASTDumper Dumper(llvm::errs(), /*ShowColors=*/false); in dump()
171 ASTDumper Dumper(OS, Context, Context.getDiagnostics().getShowColors()); in dump()
199 ASTDumper P(OS, Ctx, Ctx.getDiagnostics().getShowColors()); in dump()
207 ASTDumper P(llvm::errs(), Ctx, /*ShowColors=*/true); in dumpColor()
222 ASTDumper P(OS, Ctx, Ctx.getDiagnostics().getShowColors()); in dumpLookups()
232 ASTDumper P(llvm::errs(), /*ShowColors=*/false); in dump()
238 ASTDumper P(OS, Context, Context.getDiagnostics().getShowColors()); in dump()
243 ASTDumper P(llvm::errs(), /*ShowColors=*/true); in dumpColor()
255 ASTDumper Dumper(llvm::errs(), /*ShowColors=*/false); in dump()
264 ASTDumper Dumper(OS, Context, Context.getDiagnostics().getShowColors()); in dump()
272 ASTDumper Dumper(llvm::errs(), /*ShowColors=*/true); in dumpColor()
281 ASTDumper Dumper(llvm::errs(), /*ShowColors=*/false); in dump()
287 ASTDumper Dumper(llvm::errs(), Context, in dump()