Searched refs:PrintInstantiation (Results 1 - 2 of 2) 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...]
/external/clang/include/clang/AST/
H A DDeclBase.h951 bool PrintInstantiation = false) const;
953 unsigned Indentation = 0, bool PrintInstantiation = false) const;

Completed in 1749 milliseconds