Searched refs:getStmtExprResult (Results 1 – 5 of 5) sorted by relevance
1535 Stmt *getStmtExprResult() { in getStmtExprResult() function1543 const Stmt *getStmtExprResult() const { in getStmtExprResult() function1544 return const_cast<CompoundStmt *>(this)->getStmtExprResult(); in getStmtExprResult()
181 dyn_cast_or_null<ValueStmt>(E->getSubStmt()->getStmtExprResult())) in computeDependence()
494 const Stmt *ExprResult = S.getStmtExprResult(); in EmitCompoundStmtWithoutScope()
7414 const Stmt *ExprResult = S->getStmtExprResult(); in TransformCompoundStmt()
16161 dyn_cast<ValueStmt>(Compound->getStmtExprResult())) { in BuildStmtExpr()