Lines Matching refs:Indent
51 Indent(); in PrintStmt()
57 Indent() << "<<<NULL STATEMENT>>>\n"; in PrintStmt()
78 raw_ostream &Indent(int Delta = 0) { in Indent() function in __anone2627be50111::StmtPrinter
91 Indent() << "<<unknown stmt type>>\n"; in VisitStmt()
117 Indent() << "}"; in PrintRawCompoundStmt()
134 Indent() << ";\n"; in VisitNullStmt()
138 Indent(); in VisitDeclStmt()
144 Indent(); in VisitCompoundStmt()
150 Indent(-1) << "case "; in VisitCaseStmt()
162 Indent(-1) << "default:\n"; in VisitDefaultStmt()
167 Indent(-1) << Node->getName() << ":\n"; in VisitLabelStmt()
200 if (If->getElse()) Indent(); in PrintRawIfStmt()
221 Indent(); in VisitIfStmt()
226 Indent() << "switch ("; in VisitSwitchStmt()
242 Indent() << "while ("; in VisitWhileStmt()
249 Indent() << "do "; in VisitDoStmt()
256 Indent(); in VisitDoStmt()
265 Indent() << "for ("; in VisitForStmt()
294 Indent() << "for ("; in VisitObjCForCollectionStmt()
313 Indent() << "for ("; in VisitCXXForRangeStmt()
321 Indent() << "}\n"; in VisitCXXForRangeStmt()
325 Indent(); in VisitMSDependentExistsStmt()
341 Indent() << "goto " << Node->getLabel()->getName() << ";\n"; in VisitGotoStmt()
345 Indent() << "goto *"; in VisitIndirectGotoStmt()
351 Indent() << "continue;\n"; in VisitContinueStmt()
355 Indent() << "break;\n"; in VisitBreakStmt()
360 Indent() << "return"; in VisitReturnStmt()
370 Indent() << "asm "; in VisitGCCAsmStmt()
433 Indent() << "__asm "; in VisitMSAsmStmt()
438 Indent() << "}\n"; in VisitMSAsmStmt()
442 Indent() << "@try"; in VisitObjCAtTryStmt()
450 Indent() << "@catch("; in VisitObjCAtTryStmt()
464 Indent() << "@finally"; in VisitObjCAtTryStmt()
474 Indent() << "@catch (...) { /* todo */ } \n"; in VisitObjCAtCatchStmt()
478 Indent() << "@throw"; in VisitObjCAtThrowStmt()
487 Indent() << "@synchronized ("; in VisitObjCAtSynchronizedStmt()
495 Indent() << "@autoreleasepool"; in VisitObjCAutoreleasePoolStmt()
511 Indent(); in VisitCXXCatchStmt()
517 Indent() << "try "; in VisitCXXTryStmt()
527 Indent() << (Node->getIsCXXTry() ? "try " : "__try "); in VisitSEHTryStmt()
555 Indent(); in VisitSEHExceptStmt()
561 Indent(); in VisitSEHFinallyStmt()