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) {
1954 for (CompoundStmt::reverse_body_iterator I=C->body_rbegin(), E=C->body_rend();
2199 if (!isa<CompoundStmt>(Else))
2222 if (!isa<CompoundStmt>(Then))
2455 if (!isa<CompoundStmt>(F->getBody()))
2777 if (!isa<CompoundStmt>(W->getBody()))
2959 if (!isa<CompoundStmt>(D->getBody()))
3114 if (!isa<CompoundStmt>(Terminator->getBody()))
4195 const CompoundStmt *Sub = SE->getSubStmt();