Lines Matching refs:PrintRawCompoundStmt
116 PrintRawCompoundStmt(CS); in PrintControlledStmt()
124 void PrintRawCompoundStmt(CompoundStmt *S);
178 void StmtPrinter::PrintRawCompoundStmt(CompoundStmt *Node) { in PrintRawCompoundStmt() function in StmtPrinter
207 PrintRawCompoundStmt(Node); in VisitCompoundStmt()
253 PrintRawCompoundStmt(CS); in PrintRawIfStmt()
266 PrintRawCompoundStmt(CS); in PrintRawIfStmt()
308 PrintRawCompoundStmt(CS); in VisitDoStmt()
376 PrintRawCompoundStmt(Node->getSubStmt()); in VisitMSDependentExistsStmt()
493 PrintRawCompoundStmt(TS); in VisitObjCAtTryStmt()
506 PrintRawCompoundStmt(CS); in VisitObjCAtTryStmt()
513 PrintRawCompoundStmt(dyn_cast<CompoundStmt>(FS->getFinallyBody())); in VisitObjCAtTryStmt()
543 PrintRawCompoundStmt(Node->getSynchBody()); in VisitObjCAtSynchronizedStmt()
549 PrintRawCompoundStmt(dyn_cast<CompoundStmt>(Node->getSubStmt())); in VisitObjCAutoreleasePoolStmt()
560 PrintRawCompoundStmt(cast<CompoundStmt>(Node->getHandlerBlock())); in PrintRawCXXCatchStmt()
571 PrintRawCompoundStmt(Node->getTryBlock()); in VisitCXXTryStmt()
581 PrintRawCompoundStmt(Node->getTryBlock()); in VisitSEHTryStmt()
595 PrintRawCompoundStmt(Node->getBlock()); in PrintRawSEHFinallyStmt()
603 PrintRawCompoundStmt(Node->getBlock()); in PrintRawSEHExceptHandler()
1414 PrintRawCompoundStmt(E->getSubStmt()); in VisitStmtExpr()