Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHLSLBuiltinTypeDeclBuilder.cpp330 return cast<ValueStmt>(LastStmt)->getExprStmt(); in convertPlaceholder()
H A DSemaExpr.cpp16027 if (const Expr *Value = LastStmt->getExprStmt()) { in BuildStmtExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2143 const Expr *getExprStmt() const;
2144 Expr *getExprStmt() {
2146 return const_cast<Expr*>(ConstThis->getExprStmt());
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp182 if (const Expr *ResultExpr = CompoundExprResult->getExprStmt()) in computeDependence()
H A DStmt.cpp411 const Expr *ValueStmt::getExprStmt() const { in getExprStmt() function in ValueStmt