Searched refs:getExprStmt (Results 1 – 5 of 5) sorted by relevance
330 return cast<ValueStmt>(LastStmt)->getExprStmt(); in convertPlaceholder()
16027 if (const Expr *Value = LastStmt->getExprStmt()) { in BuildStmtExpr()
2143 const Expr *getExprStmt() const;2144 Expr *getExprStmt() {2146 return const_cast<Expr*>(ConstThis->getExprStmt());
182 if (const Expr *ResultExpr = CompoundExprResult->getExprStmt()) in computeDependence()
411 const Expr *ValueStmt::getExprStmt() const { in getExprStmt() function in ValueStmt