Searched refs:getExprStmt (Results 1 – 4 of 4) sorted by relevance
1817 const Expr *getExprStmt() const;1818 Expr *getExprStmt() { in getExprStmt() function1820 return const_cast<Expr*>(ConstThis->getExprStmt()); in getExprStmt()
182 if (const Expr *ResultExpr = CompoundExprResult->getExprStmt()) in computeDependence()
402 const Expr *ValueStmt::getExprStmt() const { in getExprStmt() function in ValueStmt
15894 if (const Expr *Value = LastStmt->getExprStmt()) { in BuildStmtExpr()