HomeSort by relevance Sort by last modified time
    Searched refs:PrintInstantiation (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
DeclPrinter.cpp 32 bool PrintInstantiation;
42 unsigned Indentation = 0, bool PrintInstantiation = false)
44 PrintInstantiation(PrintInstantiation) { }
93 bool PrintInstantiation) const {
94 print(Out, getASTContext().getPrintingPolicy(), Indentation, PrintInstantiation);
98 unsigned Indentation, bool PrintInstantiation) const {
99 DeclPrinter Printer(Out, Policy, Indentation, PrintInstantiation);
863 if (PrintInstantiation) {
876 if (PrintInstantiation) {
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h 860 bool PrintInstantiation = false) const;
862 unsigned Indentation = 0, bool PrintInstantiation = false) const;
    [all...]

Completed in 27 milliseconds