Searched refs:getExprStmt (Results 1 – 4 of 4) sorted by relevance
1784 const Expr *getExprStmt() const;1785 Expr *getExprStmt() { in getExprStmt() function1787 return const_cast<Expr*>(ConstThis->getExprStmt()); in getExprStmt()
165 if (const Expr *ResultExpr = CompoundExprResult->getExprStmt()) in computeDependence()
395 const Expr *ValueStmt::getExprStmt() const { in getExprStmt() function in ValueStmt
15126 if (const Expr *Value = LastStmt->getExprStmt()) { in BuildStmtExpr()