Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DStmt.h1784 const Expr *getExprStmt() const;
1785 Expr *getExprStmt() { in getExprStmt() function
1787 return const_cast<Expr*>(ConstThis->getExprStmt()); in getExprStmt()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DComputeDependence.cpp165 if (const Expr *ResultExpr = CompoundExprResult->getExprStmt()) in computeDependence()
DStmt.cpp395 const Expr *ValueStmt::getExprStmt() const { in getExprStmt() function in ValueStmt
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExpr.cpp15126 if (const Expr *Value = LastStmt->getExprStmt()) { in BuildStmtExpr()