Lines Matching refs:PrintRawCompoundStmt
67 void PrintRawCompoundStmt(CompoundStmt *S);
117 void StmtPrinter::PrintRawCompoundStmt(CompoundStmt *Node) { in PrintRawCompoundStmt() function in StmtPrinter
146 PrintRawCompoundStmt(Node); in VisitCompoundStmt()
190 PrintRawCompoundStmt(CS); in PrintRawIfStmt()
203 PrintRawCompoundStmt(CS); in PrintRawIfStmt()
231 PrintRawCompoundStmt(CS); in VisitSwitchStmt()
252 PrintRawCompoundStmt(CS); in VisitDoStmt()
286 PrintRawCompoundStmt(CS); in VisitForStmt()
305 PrintRawCompoundStmt(CS); in VisitObjCForCollectionStmt()
339 PrintRawCompoundStmt(Node->getSubStmt()); in VisitMSDependentExistsStmt()
458 PrintRawCompoundStmt(TS); in VisitObjCAtTryStmt()
471 PrintRawCompoundStmt(CS); in VisitObjCAtTryStmt()
479 PrintRawCompoundStmt(dyn_cast<CompoundStmt>(FS->getFinallyBody())); in VisitObjCAtTryStmt()
504 PrintRawCompoundStmt(Node->getSynchBody()); in VisitObjCAtSynchronizedStmt()
510 PrintRawCompoundStmt(dyn_cast<CompoundStmt>(Node->getSubStmt())); in VisitObjCAutoreleasePoolStmt()
521 PrintRawCompoundStmt(cast<CompoundStmt>(Node->getHandlerBlock())); in PrintRawCXXCatchStmt()
532 PrintRawCompoundStmt(Node->getTryBlock()); in VisitCXXTryStmt()
542 PrintRawCompoundStmt(Node->getTryBlock()); in VisitSEHTryStmt()
556 PrintRawCompoundStmt(Node->getBlock()); in PrintRawSEHFinallyStmt()
564 PrintRawCompoundStmt(Node->getBlock()); in PrintRawSEHExceptHandler()
1622 PrintRawCompoundStmt(E->getSubStmt()); in VisitStmtExpr()