Home | History | Annotate | Download | only in Core

Lines Matching refs:CFGStmt

296       ProcessStmt(const_cast<Stmt*>(E.castAs<CFGStmt>().getStmt()), Pred);
316 const CFGStmt S,
424 void ExprEngine::ProcessStmt(const CFGStmt S,
1547 // last element in a CFGBlock is not a CFGStmt. Look for the last
1548 // CFGStmt as the value of the condition.
1552 Optional<CFGStmt> CS = Elem.getAs<CFGStmt>();