Home | History | Annotate | Download | only in Analysis

Lines Matching refs:CompoundStmt

155 /// - Before processing statements in scope (e.g. CompoundStmt) create
435 CFGBlock *VisitCompoundStmt(CompoundStmt *C);
1315 if (CompoundStmt *CS = dyn_cast<CompoundStmt>(S)) {
1472 return VisitCompoundStmt(cast<CompoundStmt>(S));
1942 CFGBlock *CFGBuilder::VisitCompoundStmt(CompoundStmt *C) {
1955 for (CompoundStmt::reverse_body_iterator I=C->body_rbegin(), E=C->body_rend();
2207 if (!isa<CompoundStmt>(Else))
2230 if (!isa<CompoundStmt>(Then))
2469 if (!isa<CompoundStmt>(F->getBody()))
2791 if (!isa<CompoundStmt>(W->getBody()))
2973 if (!isa<CompoundStmt>(D->getBody()))
3135 if (!isa<CompoundStmt>(Terminator->getBody()))
4227 const CompoundStmt *Sub = SE->getSubStmt();