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
56 bool PrintInstantiation = false) in DeclPrinter() argument
58 PrintInstantiation(PrintInstantiation) {} in DeclPrinter()
131 bool PrintInstantiation) const { in print()
132 print(Out, getASTContext().getPrintingPolicy(), Indentation, PrintInstantiation); in print()
136 unsigned Indentation, bool PrintInstantiation) const { in print()
138 PrintInstantiation); in print()
1280 if (PrintInstantiation && in VisitFunctionTemplateDecl()
1300 if (PrintInstantiation) { in VisitClassTemplateDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1236 bool PrintInstantiation = false) const;
1238 unsigned Indentation = 0, bool PrintInstantiation = false) const;