H A D | DeclPrinter.cpp | 33 unsigned Indentation; member in __anond0616ced0111::DeclPrinter 36 raw_ostream& Indent() { return Indent(Indentation); } in Indent() 37 raw_ostream& Indent(unsigned Indentation); 55 const ASTContext &Context, unsigned Indentation = 0, in DeclPrinter() argument 57 : Out(Out), Policy(Policy), Context(Context), Indentation(Indentation), in DeclPrinter() 130 void Decl::print(raw_ostream &Out, unsigned Indentation, in print() argument 132 print(Out, getASTContext().getPrintingPolicy(), Indentation, PrintInstantiation); in print() 136 unsigned Indentation, bool PrintInstantiation) const { in print() argument 137 DeclPrinter Printer(Out, Policy, getASTContext(), Indentation, in print() 194 unsigned Indentation) { in printGroup() argument [all …]
|