Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DStmt.h1490 Stmt *getStmtExprResult() { in getStmtExprResult() function
1498 const Stmt *getStmtExprResult() const { in getStmtExprResult() function
1499 return const_cast<CompoundStmt *>(this)->getStmtExprResult(); in getStmtExprResult()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DComputeDependence.cpp164 dyn_cast_or_null<ValueStmt>(E->getSubStmt()->getStmtExprResult())) in computeDependence()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp455 const Stmt *ExprResult = S.getStmtExprResult(); in EmitCompoundStmtWithoutScope()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DTreeTransform.h7203 const Stmt *ExprResult = S->getStmtExprResult(); in TransformCompoundStmt()
DSemaExpr.cpp15125 dyn_cast<ValueStmt>(Compound->getStmtExprResult())) { in BuildStmtExpr()