Home | History | Annotate | Download | only in AST

Lines Matching defs:Indent

34     raw_ostream& Indent() { return Indent(Indentation); }
35 raw_ostream& Indent(unsigned Indentation);
48 void VisitDeclContext(DeclContext *DC, bool Indent = true);
173 Printer.VisitDeclContext(const_cast<DeclContext *>(this), /*Indent=*/false);
180 raw_ostream& DeclPrinter::Indent(unsigned Indentation) {
197 this->Indent();
217 void DeclPrinter::VisitDeclContext(DeclContext *DC, bool Indent) {
218 if (Indent)
276 this->Indent();
283 this->Indent();
316 if (Indent)
362 Indent() << "}";
377 Indent() << "}";
565 Indent();
671 Indent() << "}";
721 Indent() << "}";
739 Indent() << "}";
926 Indent() << (*I)->getType().getAsString(Policy) << ' ' << **I << ";\n";