Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h1490 Stmt *getStmtExprResult() { in getStmtExprResult() function
1498 const Stmt *getStmtExprResult() const { in getStmtExprResult() function
1499 return const_cast<CompoundStmt *>(this)->getStmtExprResult(); in getStmtExprResult()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DComputeDependence.cpp164 dyn_cast_or_null<ValueStmt>(E->getSubStmt()->getStmtExprResult())) in computeDependence()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp452 const Stmt *ExprResult = S.getStmtExprResult(); in EmitCompoundStmtWithoutScope()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h7180 const Stmt *ExprResult = S->getStmtExprResult(); in TransformCompoundStmt()
H A DSemaExpr.cpp15004 dyn_cast<ValueStmt>(Compound->getStmtExprResult())) { in BuildStmtExpr()