Searched refs:getExprStmt (Results 1 – 4 of 4) sorted by relevance
2015 const Expr *getExprStmt() const;2016 Expr *getExprStmt() { in getExprStmt() function2018 return const_cast<Expr*>(ConstThis->getExprStmt()); in getExprStmt()
182 if (const Expr *ResultExpr = CompoundExprResult->getExprStmt()) in computeDependence()
403 const Expr *ValueStmt::getExprStmt() const { in getExprStmt() function in ValueStmt
16667 if (const Expr *Value = LastStmt->getExprStmt()) { in BuildStmtExpr()