Searched refs:getStmtExprResult (Results 1 – 5 of 5) sorted by relevance
1523 Stmt *getStmtExprResult() { in getStmtExprResult() function1531 const Stmt *getStmtExprResult() const { in getStmtExprResult() function1532 return const_cast<CompoundStmt *>(this)->getStmtExprResult(); in getStmtExprResult()
181 dyn_cast_or_null<ValueStmt>(E->getSubStmt()->getStmtExprResult())) in computeDependence()
490 const Stmt *ExprResult = S.getStmtExprResult(); in EmitCompoundStmtWithoutScope()
7303 const Stmt *ExprResult = S->getStmtExprResult(); in TransformCompoundStmt()
15893 dyn_cast<ValueStmt>(Compound->getStmtExprResult())) { in BuildStmtExpr()