Searched refs:getStmtExprResult (Results 1 – 5 of 5) sorted by relevance
1721 Stmt *getStmtExprResult() { in getStmtExprResult() function1729 const Stmt *getStmtExprResult() const { in getStmtExprResult() function1730 return const_cast<CompoundStmt *>(this)->getStmtExprResult(); in getStmtExprResult()
181 dyn_cast_or_null<ValueStmt>(E->getSubStmt()->getStmtExprResult())) in computeDependence()
501 const Stmt *ExprResult = S.getStmtExprResult(); in EmitCompoundStmtWithoutScope()
7539 const Stmt *ExprResult = S->getStmtExprResult(); in TransformCompoundStmt()
16666 dyn_cast<ValueStmt>(Compound->getStmtExprResult())) { in BuildStmtExpr()