Home | History | Annotate | Download | only in AST

Lines Matching full:indent

34     raw_ostream& Indent() { return Indent(Indentation); }
35 raw_ostream& Indent(unsigned Indentation);
46 void VisitDeclContext(DeclContext *DC, bool Indent = true);
178 Printer.VisitDeclContext(const_cast<DeclContext *>(this), /*Indent=*/false);
181 raw_ostream& DeclPrinter::Indent(unsigned Indentation) {
201 this->Indent();
221 void DeclPrinter::VisitDeclContext(DeclContext *DC, bool Indent) {
225 if (Indent)
274 this->Indent();
281 this->Indent();
316 if (Indent)
359 Indent() << "}";
374 Indent() << "}";
582 Indent();
735 Indent() << "}";
789 Indent() << "}";
807 Indent() << "}";
966 Indent() << I->getASTContext().getUnqualifiedObjCPointerType(I->getType()).
1004 Indent() << I->getASTContext()
1056 Indent() << I->getASTContext().getUnqualifiedObjCPointerType(I->getType()).