Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp34 bool PrintInstantiation; member in __anond0616ced0111::DeclPrinter
57 bool PrintInstantiation = false) in DeclPrinter() argument
59 PrintInstantiation(PrintInstantiation) {} in DeclPrinter()
135 bool PrintInstantiation) const { in print()
136 print(Out, getASTContext().getPrintingPolicy(), Indentation, PrintInstantiation); in print()
140 unsigned Indentation, bool PrintInstantiation) const { in print()
142 PrintInstantiation); in print()
1316 if (PrintInstantiation && in VisitFunctionTemplateDecl()
1336 if (PrintInstantiation) { in VisitClassTemplateDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1244 bool PrintInstantiation = false) const;
1246 unsigned Indentation = 0, bool PrintInstantiation = false) const;