Lines Matching refs:CompoundStmt
550 CFGBlock *VisitCompoundStmt(CompoundStmt *C, bool ExternallyDestructed);
1951 if (CompoundStmt *CS = dyn_cast<CompoundStmt>(S)) { in addLocalScopeForStmt()
2180 return VisitCompoundStmt(cast<CompoundStmt>(S), ExternallyDestructed); in Visit()
2714 CFGBlock *CFGBuilder::VisitCompoundStmt(CompoundStmt *C, bool ExternallyDestructed) { in VisitCompoundStmt()
2726 for (CompoundStmt::reverse_body_iterator I=C->body_rbegin(), E=C->body_rend(); in VisitCompoundStmt()
3002 if (!isa<CompoundStmt>(Else)) in VisitIfStmt()
3025 if (!isa<CompoundStmt>(Then)) in VisitIfStmt()
3415 if (!isa<CompoundStmt>(F->getBody())) in VisitForStmt()
3755 if (!isa<CompoundStmt>(W->getBody())) in VisitWhileStmt()
3954 if (!isa<CompoundStmt>(D->getBody())) in VisitDoStmt()
4115 if (!isa<CompoundStmt>(Terminator->getBody())) in VisitSwitchStmt()
4487 if (!isa<CompoundStmt>(S->getBody())) in VisitCXXForRangeStmt()
4931 if (!isa<CompoundStmt>(S)) in VisitOMPExecutableDirective()
5481 const CompoundStmt *Sub = SE->getSubStmt(); in print_elem()