H A D | DeclPrinter.cpp | 33 unsigned Indentation; 36 raw_ostream& Indent() { return Indent(Indentation); } 37 raw_ostream& Indent(unsigned Indentation); 55 const ASTContext &Context, unsigned Indentation = 0, 57 : Out(Out), Policy(Policy), Context(Context), Indentation(Indentation), 130 void Decl::print(raw_ostream &Out, unsigned Indentation, 132 print(Out, getASTContext().getPrintingPolicy(), Indentation, PrintInstantiation); 136 unsigned Indentation, bool PrintInstantiation) const { 137 DeclPrinter Printer(Out, Policy, getASTContext(), Indentation, 32 unsigned Indentation; global() member in __anond8e66ebf0111::DeclPrinter 66 DeclPrinter(raw_ostream & Out,const PrintingPolicy & Policy,const ASTContext & Context,unsigned Indentation=0,bool PrintInstantiation=false) DeclPrinter() argument 142 print(raw_ostream & Out,unsigned Indentation,bool PrintInstantiation) const print() argument 148 print(raw_ostream & Out,const PrintingPolicy & Policy,unsigned Indentation,bool PrintInstantiation) const print() argument 206 printGroup(Decl ** Begin,unsigned NumDecls,raw_ostream & Out,const PrintingPolicy & Policy,unsigned Indentation) printGroup() argument 247 Indent(unsigned Indentation) Indent() argument 667 printExplicitSpecifier(ExplicitSpecifier ES,llvm::raw_ostream & Out,PrintingPolicy & Policy,unsigned Indentation,const ASTContext & Context) printExplicitSpecifier() argument [all...] |