Home
last modified time | relevance | path

Searched refs:DumpExplicitInst (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTDumper.h39 bool DumpExplicitInst, bool DumpRefOnly);
41 void dumpTemplateDecl(const TemplateDecl *D, bool DumpExplicitInst);
H A DJSONNodeDumper.h361 bool DumpExplicitInst, in writeTemplateDeclSpecialization() argument
381 if (!DumpExplicitInst) in writeTemplateDeclSpecialization()
403 void writeTemplateDecl(const TemplateDecl *TD, bool DumpExplicitInst) { in writeTemplateDecl() argument
415 writeTemplateDeclSpecialization(Child, DumpExplicitInst, in writeTemplateDecl()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTDumper.cpp86 bool DumpExplicitInst, in dumpTemplateDeclSpecialization() argument
97 if (!DumpExplicitInst) in dumpTemplateDeclSpecialization()
119 void ASTDumper::dumpTemplateDecl(const TemplateDecl *D, bool DumpExplicitInst) { in dumpTemplateDecl() argument
126 dumpTemplateDeclSpecialization(Child, DumpExplicitInst, in dumpTemplateDecl()