Home
last modified time | relevance | path

Searched refs:PrintInstantiation (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DDeclPrinter.cpp33 bool PrintInstantiation; member in __anondbfae41d0111::DeclPrinter
55 bool PrintInstantiation = false) in DeclPrinter() argument
57 PrintInstantiation(PrintInstantiation) {} in DeclPrinter()
125 bool PrintInstantiation) const { in print()
126 print(Out, getASTContext().getPrintingPolicy(), Indentation, PrintInstantiation); in print()
130 unsigned Indentation, bool PrintInstantiation) const { in print()
132 PrintInstantiation); in print()
1180 if (PrintInstantiation && in VisitFunctionTemplateDecl()
1200 if (PrintInstantiation) { in VisitClassTemplateDecl()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclBase.h1195 bool PrintInstantiation = false) const;
1197 unsigned Indentation = 0, bool PrintInstantiation = false) const;