Lines Matching refs:PrintRawCompoundStmt
113 PrintRawCompoundStmt(CS); in PrintControlledStmt()
121 void PrintRawCompoundStmt(CompoundStmt *S);
175 void StmtPrinter::PrintRawCompoundStmt(CompoundStmt *Node) { in PrintRawCompoundStmt() function in StmtPrinter
204 PrintRawCompoundStmt(Node); in VisitCompoundStmt()
250 PrintRawCompoundStmt(CS); in PrintRawIfStmt()
263 PrintRawCompoundStmt(CS); in PrintRawIfStmt()
305 PrintRawCompoundStmt(CS); in VisitDoStmt()
373 PrintRawCompoundStmt(Node->getSubStmt()); in VisitMSDependentExistsStmt()
504 PrintRawCompoundStmt(TS); in VisitObjCAtTryStmt()
517 PrintRawCompoundStmt(CS); in VisitObjCAtTryStmt()
524 PrintRawCompoundStmt(dyn_cast<CompoundStmt>(FS->getFinallyBody())); in VisitObjCAtTryStmt()
554 PrintRawCompoundStmt(Node->getSynchBody()); in VisitObjCAtSynchronizedStmt()
560 PrintRawCompoundStmt(dyn_cast<CompoundStmt>(Node->getSubStmt())); in VisitObjCAutoreleasePoolStmt()
571 PrintRawCompoundStmt(cast<CompoundStmt>(Node->getHandlerBlock())); in PrintRawCXXCatchStmt()
582 PrintRawCompoundStmt(Node->getTryBlock()); in VisitCXXTryStmt()
592 PrintRawCompoundStmt(Node->getTryBlock()); in VisitSEHTryStmt()
606 PrintRawCompoundStmt(Node->getBlock()); in PrintRawSEHFinallyStmt()
614 PrintRawCompoundStmt(Node->getBlock()); in PrintRawSEHExceptHandler()
1505 PrintRawCompoundStmt(E->getSubStmt()); in VisitStmtExpr()
2077 PrintRawCompoundStmt(Node->getCompoundStmtBody()); in VisitLambdaExpr()