Lines Matching defs:Indentation

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,
194 unsigned Indentation) {
196 (*Begin)->print(Out, Policy, Indentation);
220 (*Begin)->print(Out, SubPolicy, Indentation);
235 raw_ostream& DeclPrinter::Indent(unsigned Indentation) {
236 for (unsigned i = 0; i != Indentation; ++i)
321 T.print(Out, Policy, (Pack ? "..." : "") + DeclName, Indentation);
326 Decl::printGroup(Decls.data(), Decls.size(), Out, Policy, Indentation);
390 SimpleInit->printPretty(Out, nullptr, Policy, Indentation, "\n",
400 Args[I]->printPretty(Out, nullptr, Policy, Indentation, "\n",
425 Indentation += Policy.Indentation;
481 Indentation -= Policy.Indentation;
485 Indentation += Policy.Indentation;
543 Indentation -= Policy.Indentation;
558 Ty.print(Out, Policy, D->getName(), Indentation);
616 Init->printPretty(Out, nullptr, Policy, Indentation, "\n", &Context);
621 PrintingPolicy &Policy, unsigned Indentation,
627 ES.getExpr()->printPretty(EOut, nullptr, Policy, Indentation, "\n",
683 printExplicitSpecifier(ExplicitSpec, Out, Policy, Indentation, Context);
706 DeclPrinter TArgPrinter(POut, SubPolicy, Context, Indentation);
729 DeclPrinter ParamPrinter(POut, SubPolicy, Context, Indentation);
791 Indentation, "\n", &Context);
817 TrailingRequiresClause->printPretty(Out, nullptr, SubPolicy, Indentation,
843 DeclPrinter ParamPrinter(Out, SubPolicy, Context, Indentation);
844 Indentation += Policy.Indentation;
850 Indentation -= Policy.Indentation;
854 D->getBody()->printPrettyControlled(Out, nullptr, SubPolicy, Indentation, "\n",
899 stream(Policy, D->getName(), Indentation);
903 D->getBitWidth()->printPretty(Out, nullptr, Policy, Indentation, "\n",
913 Init->printPretty(Out, nullptr, Policy, Indentation, "\n", &Context);
997 Init->printPretty(Out, nullptr, SubPolicy, Indentation, "\n", &Context);
1010 D->getAsmString()->printPretty(Out, nullptr, Policy, Indentation, "\n",
1017 D->getStmt()->printPretty(Out, nullptr, Policy, Indentation, "\n", &Context);
1027 D->getAssertExpr()->printPretty(Out, nullptr, Policy, Indentation, "\n",
1031 E->printPretty(Out, nullptr, Policy, Indentation, "\n", &Context);
1194 RequiresClause->printPretty(Out, nullptr, Policy, Indentation, "\n",
1260 Concept->getConstraintExpr()->printPretty(Out, nullptr, Policy, Indentation,
1421 OMD->getBody()->printPretty(Out, nullptr, Policy, Indentation, "\n",
1441 Indentation += Policy.Indentation;
1446 Indentation -= Policy.Indentation;
1500 Indentation += Policy.Indentation;
1506 Indentation -= Policy.Indentation;
1565 Indentation += Policy.Indentation;
1569 Indentation -= Policy.Indentation;
1869 D->getInit()->printPretty(Out, nullptr, Policy, Indentation, "\n", &Context);