Home | History | Annotate | Download | only in Analysis

Lines Matching refs:StmtExpr

479   CFGBlock *VisitStmtExpr(StmtExpr *S, AddStmtChoice asc);
1594 return VisitStmtExpr(cast<StmtExpr>(S), asc);
1785 // If visiting RHS causes us to finish 'Block', e.g. the RHS is a StmtExpr
3059 CFGBlock *CFGBuilder::VisitStmtExpr(StmtExpr *SE, AddStmtChoice asc) {
4226 if (const StmtExpr *SE = dyn_cast<StmtExpr>(S)) {