Lines Matching refs:CompoundStmt
112 if (auto *CS = dyn_cast<CompoundStmt>(S)) { in PrintControlledStmt()
122 void PrintRawCompoundStmt(CompoundStmt *S);
132 void PrintFPPragmas(CompoundStmt *S);
177 void StmtPrinter::PrintRawCompoundStmt(CompoundStmt *Node) { in PrintRawCompoundStmt()
186 void StmtPrinter::PrintFPPragmas(CompoundStmt *S) { in PrintFPPragmas()
265 void StmtPrinter::VisitCompoundStmt(CompoundStmt *Node) { in VisitCompoundStmt()
327 if (auto *CS = dyn_cast<CompoundStmt>(If->getThen())) { in PrintRawIfStmt()
340 if (auto *CS = dyn_cast<CompoundStmt>(Else)) { in PrintRawIfStmt()
383 if (auto *CS = dyn_cast<CompoundStmt>(Node->getBody())) { in VisitDoStmt()
582 if (auto *TS = dyn_cast<CompoundStmt>(Node->getTryBody())) { in VisitObjCAtTryStmt()
592 if (auto *CS = dyn_cast<CompoundStmt>(catchStmt->getCatchBody())) { in VisitObjCAtTryStmt()
600 PrintRawCompoundStmt(dyn_cast<CompoundStmt>(FS->getFinallyBody())); in VisitObjCAtTryStmt()
636 PrintRawCompoundStmt(dyn_cast<CompoundStmt>(Node->getSubStmt())); in VisitObjCAutoreleasePoolStmt()
647 PrintRawCompoundStmt(cast<CompoundStmt>(Node->getHandlerBlock())); in PrintRawCXXCatchStmt()