Lines Matching refs:PrintRawCompoundStmt
114 PrintRawCompoundStmt(CS); in PrintControlledStmt()
122 void PrintRawCompoundStmt(CompoundStmt *S);
177 void StmtPrinter::PrintRawCompoundStmt(CompoundStmt *Node) { in PrintRawCompoundStmt() function in StmtPrinter
268 PrintRawCompoundStmt(Node); in VisitCompoundStmt()
330 PrintRawCompoundStmt(CS); in PrintRawIfStmt()
343 PrintRawCompoundStmt(CS); in PrintRawIfStmt()
385 PrintRawCompoundStmt(CS); in VisitDoStmt()
455 PrintRawCompoundStmt(Node->getSubStmt()); in VisitMSDependentExistsStmt()
586 PrintRawCompoundStmt(TS); in VisitObjCAtTryStmt()
596 PrintRawCompoundStmt(CS); in VisitObjCAtTryStmt()
604 PrintRawCompoundStmt(CS); in VisitObjCAtTryStmt()
635 PrintRawCompoundStmt(Node->getSynchBody()); in VisitObjCAtSynchronizedStmt()
641 PrintRawCompoundStmt(cast<CompoundStmt>(Node->getSubStmt())); in VisitObjCAutoreleasePoolStmt()
652 PrintRawCompoundStmt(cast<CompoundStmt>(Node->getHandlerBlock())); in PrintRawCXXCatchStmt()
663 PrintRawCompoundStmt(Node->getTryBlock()); in VisitCXXTryStmt()
673 PrintRawCompoundStmt(Node->getTryBlock()); in VisitSEHTryStmt()
687 PrintRawCompoundStmt(Node->getBlock()); in PrintRawSEHFinallyStmt()
695 PrintRawCompoundStmt(Node->getBlock()); in PrintRawSEHExceptHandler()
1679 PrintRawCompoundStmt(E->getSubStmt()); in VisitStmtExpr()
2261 PrintRawCompoundStmt(Node->getCompoundStmtBody()); in VisitLambdaExpr()