Lines Matching refs:CompoundStmt
550 CFGBlock *VisitCompoundStmt(CompoundStmt *C, bool ExternallyDestructed);
1944 if (CompoundStmt *CS = dyn_cast<CompoundStmt>(S)) { in addLocalScopeForStmt()
2173 return VisitCompoundStmt(cast<CompoundStmt>(S), ExternallyDestructed); in Visit()
2707 CFGBlock *CFGBuilder::VisitCompoundStmt(CompoundStmt *C, bool ExternallyDestructed) { in VisitCompoundStmt()
2719 for (CompoundStmt::reverse_body_iterator I=C->body_rbegin(), E=C->body_rend(); in VisitCompoundStmt()
2995 if (!isa<CompoundStmt>(Else)) in VisitIfStmt()
3018 if (!isa<CompoundStmt>(Then)) in VisitIfStmt()
3408 if (!isa<CompoundStmt>(F->getBody())) in VisitForStmt()
3748 if (!isa<CompoundStmt>(W->getBody())) in VisitWhileStmt()
3947 if (!isa<CompoundStmt>(D->getBody())) in VisitDoStmt()
4108 if (!isa<CompoundStmt>(Terminator->getBody())) in VisitSwitchStmt()
4480 if (!isa<CompoundStmt>(S->getBody())) in VisitCXXForRangeStmt()
4924 if (!isa<CompoundStmt>(S)) in VisitOMPExecutableDirective()
5474 const CompoundStmt *Sub = SE->getSubStmt(); in print_elem()