Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h1784 const Expr *getExprStmt() const;
1785 Expr *getExprStmt() { in getExprStmt() function
1787 return const_cast<Expr*>(ConstThis->getExprStmt()); in getExprStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DComputeDependence.cpp165 if (const Expr *ResultExpr = CompoundExprResult->getExprStmt()) in computeDependence()
H A DStmt.cpp395 const Expr *ValueStmt::getExprStmt() const { in getExprStmt() function in ValueStmt
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp15005 if (const Expr *Value = LastStmt->getExprStmt()) { in BuildStmtExpr()