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()
187 void StmtPrinter::PrintFPPragmas(CompoundStmt *S) { in PrintFPPragmas()
266 void StmtPrinter::VisitCompoundStmt(CompoundStmt *Node) { in VisitCompoundStmt()
328 if (auto *CS = dyn_cast<CompoundStmt>(If->getThen())) { in PrintRawIfStmt()
341 if (auto *CS = dyn_cast<CompoundStmt>(Else)) { in PrintRawIfStmt()
384 if (auto *CS = dyn_cast<CompoundStmt>(Node->getBody())) { in VisitDoStmt()
585 if (auto *TS = dyn_cast<CompoundStmt>(Node->getTryBody())) { in VisitObjCAtTryStmt()
595 if (auto *CS = dyn_cast<CompoundStmt>(catchStmt->getCatchBody())) { in VisitObjCAtTryStmt()
603 if (auto *CS = dyn_cast<CompoundStmt>(FS->getFinallyBody())) { in VisitObjCAtTryStmt()
641 PrintRawCompoundStmt(cast<CompoundStmt>(Node->getSubStmt())); in VisitObjCAutoreleasePoolStmt()
652 PrintRawCompoundStmt(cast<CompoundStmt>(Node->getHandlerBlock())); in PrintRawCXXCatchStmt()