Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1721 Stmt *getStmtExprResult() { in getStmtExprResult() function
1729 const Stmt *getStmtExprResult() const { in getStmtExprResult() function
1730 return const_cast<CompoundStmt *>(this)->getStmtExprResult(); in getStmtExprResult()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp181 dyn_cast_or_null<ValueStmt>(E->getSubStmt()->getStmtExprResult())) in computeDependence()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp501 const Stmt *ExprResult = S.getStmtExprResult(); in EmitCompoundStmtWithoutScope()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h7539 const Stmt *ExprResult = S->getStmtExprResult(); in TransformCompoundStmt()
H A DSemaExpr.cpp16666 dyn_cast<ValueStmt>(Compound->getStmtExprResult())) { in BuildStmtExpr()