Lines Matching refs:Indent
34 raw_ostream& Indent() { return Indent(Indentation); } in Indent() function in __anon5c8804350111::DeclPrinter
35 raw_ostream& Indent(unsigned Indentation);
46 void VisitDeclContext(DeclContext *DC, bool Indent = true);
180 raw_ostream& DeclPrinter::Indent(unsigned Indentation) { in Indent() function in DeclPrinter
200 this->Indent(); in ProcessDeclGroup()
220 void DeclPrinter::VisitDeclContext(DeclContext *DC, bool Indent) { in VisitDeclContext() argument
224 if (Indent) in VisitDeclContext()
282 this->Indent(); in VisitDeclContext()
289 this->Indent(); in VisitDeclContext()
322 if (Indent) in VisitDeclContext()
363 Indent() << "}"; in VisitEnumDecl()
378 Indent() << "}"; in VisitRecordDecl()
573 Indent(); in VisitFunctionDecl()
710 Indent() << "}"; in VisitNamespaceDecl()
764 Indent() << "}"; in VisitCXXRecordDecl()
782 Indent() << "}"; in VisitLinkageSpecDecl()
941 Indent() << I->getType().getAsString(Policy) << ' ' << **I << ";\n"; in VisitObjCImplementationDecl()
979 Indent() << I->getType().getAsString(Policy) << ' ' << **I << ";\n"; in VisitObjCInterfaceDecl()
1030 Indent() << I->getType().getAsString(Policy) << ' ' << **I << ";\n"; in VisitObjCCategoryDecl()