Lines Matching full: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",
684 printExplicitSpecifier(ExplicitSpec, Out, Policy, Indentation, Context);
707 DeclPrinter TArgPrinter(POut, SubPolicy, Context, Indentation);
730 DeclPrinter ParamPrinter(POut, SubPolicy, Context, Indentation);
792 Indentation, "\n", &Context);
819 TrailingRequiresClause->printPretty(Out, nullptr, SubPolicy, Indentation,
845 DeclPrinter ParamPrinter(Out, SubPolicy, Context, Indentation);
846 Indentation += Policy.Indentation;
852 Indentation -= Policy.Indentation;
856 D->getBody()->printPrettyControlled(Out, nullptr, SubPolicy, Indentation, "\n",
898 stream(Policy, D->getName(), Indentation);
902 D->getBitWidth()->printPretty(Out, nullptr, Policy, Indentation, "\n",
912 Init->printPretty(Out, nullptr, Policy, Indentation, "\n", &Context);
996 Init->printPretty(Out, nullptr, SubPolicy, Indentation, "\n", &Context);
1009 D->getAsmString()->printPretty(Out, nullptr, Policy, Indentation, "\n",
1016 D->getStmt()->printPretty(Out, nullptr, Policy, Indentation, "\n", &Context);
1026 D->getAssertExpr()->printPretty(Out, nullptr, Policy, Indentation, "\n",
1030 E->printPretty(Out, nullptr, Policy, Indentation, "\n", &Context);
1193 RequiresClause->printPretty(Out, nullptr, Policy, Indentation, "\n",
1259 Concept->getConstraintExpr()->printPretty(Out, nullptr, Policy, Indentation,
1420 OMD->getBody()->printPretty(Out, nullptr, Policy, Indentation, "\n",
1440 Indentation += Policy.Indentation;
1445 Indentation -= Policy.Indentation;
1499 Indentation += Policy.Indentation;
1505 Indentation -= Policy.Indentation;
1564 Indentation += Policy.Indentation;
1568 Indentation -= Policy.Indentation;
1868 D->getInit()->printPretty(Out, nullptr, Policy, Indentation, "\n", &Context);