Searched refs:getExprStmt (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1750 const Expr *getExprStmt() const;
1751 Expr *getExprStmt() { function in class:clang::ValueStmt
1753 return const_cast<Expr*>(ConstThis->getExprStmt());
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp135 if (const Expr *ResultExpr = CompoundExprResult->getExprStmt())
H A DStmt.cpp334 const Expr *ValueStmt::getExprStmt() const { function in class:ValueStmt
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp14694 if (const Expr *Value = LastStmt->getExprStmt()) {

Completed in 151 milliseconds