Home | History | Annotate | Download | only in Analysis

Lines Matching refs:StmtExpr

358   CFGBlock *VisitStmtExpr(StmtExpr *S, AddStmtChoice asc);
1114 return VisitStmtExpr(cast<StmtExpr>(S), asc);
1241 // If visiting RHS causes us to finish 'Block', e.g. the RHS is a StmtExpr
2405 CFGBlock *CFGBuilder::VisitStmtExpr(StmtExpr *SE, AddStmtChoice asc) {
3270 } else if (const StmtExpr *SE = dyn_cast<StmtExpr>(Exp)) {
3570 if (const StmtExpr *SE = dyn_cast<StmtExpr>(S)) {