Home | History | Annotate | Download | only in Analysis

Lines Matching refs:CompoundStmt

83 /// - Before processing statements in scope (e.g. CompoundStmt) create
358 CFGBlock *VisitCompoundStmt(CompoundStmt *C);
1190 if (CompoundStmt *CS = dyn_cast<CompoundStmt>(S)) {
1347 return VisitCompoundStmt(cast<CompoundStmt>(S));
1817 CFGBlock *CFGBuilder::VisitCompoundStmt(CompoundStmt *C) {
1821 for (CompoundStmt::reverse_body_iterator I=C->body_rbegin(), E=C->body_rend();
2067 if (!isa<CompoundStmt>(Else))
2090 if (!isa<CompoundStmt>(Then))
2311 if (!isa<CompoundStmt>(F->getBody()))
2633 if (!isa<CompoundStmt>(W->getBody()))
2815 if (!isa<CompoundStmt>(D->getBody()))
2970 if (!isa<CompoundStmt>(Terminator->getBody()))
4038 const CompoundStmt *Sub = SE->getSubStmt();