Searched refs:getStmtExprResult (Results 1 – 6 of 6) sorted by relevance
1728 Stmt *getStmtExprResult() { in getStmtExprResult() function1736 const Stmt *getStmtExprResult() const { in getStmtExprResult() function1737 return const_cast<CompoundStmt *>(this)->getStmtExprResult(); in getStmtExprResult()
181 dyn_cast_or_null<ValueStmt>(E->getSubStmt()->getStmtExprResult())) in computeDependence()
518 const Stmt *ExprResult = S.getStmtExprResult(); in EmitCompoundStmtWithoutScope()
3188 const Stmt *Result = CS->getStmtExprResult(); in VisitStmtExpr()
7823 const Stmt *ExprResult = S->getStmtExprResult(); in TransformCompoundStmt()
15660 dyn_cast<ValueStmt>(Compound->getStmtExprResult())) { in BuildStmtExpr()