Searched defs:PrintInstantiation (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DDeclPrinter.cpp32 bool PrintInstantiation; member in class:__anon1436::DeclPrinter
51 unsigned Indentation = 0, bool PrintInstantiation = false)
53 PrintInstantiation(PrintInstantiation) { }
107 bool PrintInstantiation) const {
108 print(Out, getASTContext().getPrintingPolicy(), Indentation, PrintInstantiation);
112 unsigned Indentation, bool PrintInstantiation) const {
113 DeclPrinter Printer(Out, Policy, Indentation, PrintInstantiation);
968 if (PrintInstantiation) {
982 if (PrintInstantiation) {
[all...]

Completed in 153 milliseconds