Home | History | Annotate | Download | only in AST

Lines Matching defs: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)
283 this->Indent();
290 this->Indent();
325 if (Indent)
368 Indent() << "}";
383 Indent() << "}";
578 Indent();
730 Indent() << "}";
784 Indent() << "}";
802 Indent() << "}";
963 Indent() << I->getASTContext().getUnqualifiedObjCPointerType(I->getType()).
1002 Indent() << I->getASTContext().getUnqualifiedObjCPointerType(I->getType()).
1054 Indent() << I->getASTContext().getUnqualifiedObjCPointerType(I->getType()).