Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp33 bool PrintInstantiation; member in __anon0d94a5380111::DeclPrinter
55 bool PrintInstantiation = false) in DeclPrinter() argument
57 PrintInstantiation(PrintInstantiation) {} in DeclPrinter()
126 bool PrintInstantiation) const { in print()
127 print(Out, getASTContext().getPrintingPolicy(), Indentation, PrintInstantiation); in print()
131 unsigned Indentation, bool PrintInstantiation) const { in print()
133 PrintInstantiation); in print()
1168 if (PrintInstantiation && in VisitFunctionTemplateDecl()
1188 if (PrintInstantiation) { in VisitClassTemplateDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h1164 bool PrintInstantiation = false) const;
1166 unsigned Indentation = 0, bool PrintInstantiation = false) const;