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

/external/clang/lib/AST/
H A DDeclPrinter.cpp32 bool PrintInstantiation; member in class:__anon17729::DeclPrinter
42 unsigned Indentation = 0, bool PrintInstantiation = false)
44 PrintInstantiation(PrintInstantiation) { }
94 bool PrintInstantiation) const {
95 print(Out, getASTContext().getPrintingPolicy(), Indentation, PrintInstantiation);
99 unsigned Indentation, bool PrintInstantiation) const {
100 DeclPrinter Printer(Out, Policy, Indentation, PrintInstantiation);
889 if (PrintInstantiation) {
901 if (PrintInstantiation) {
[all...]

Completed in 76 milliseconds