Searched refs:getExprStmt (Results 1 – 4 of 4) sorted by relevance
2022 const Expr *getExprStmt() const;2023 Expr *getExprStmt() {2025 return const_cast<Expr*>(ConstThis->getExprStmt());
182 if (const Expr *ResultExpr = CompoundExprResult->getExprStmt()) in computeDependence()
404 const Expr *ValueStmt::getExprStmt() const { in getExprStmt() function in ValueStmt
15661 if (const Expr *Value = LastStmt->getExprStmt()) { in BuildStmtExpr()