Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmt.h1535 Stmt *getStmtExprResult() { in getStmtExprResult() function
1543 const Stmt *getStmtExprResult() const { in getStmtExprResult() function
1544 return const_cast<CompoundStmt *>(this)->getStmtExprResult(); in getStmtExprResult()
/openbsd/gnu/llvm/clang/lib/AST/
H A DComputeDependence.cpp181 dyn_cast_or_null<ValueStmt>(E->getSubStmt()->getStmtExprResult())) in computeDependence()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp494 const Stmt *ExprResult = S.getStmtExprResult(); in EmitCompoundStmtWithoutScope()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h7414 const Stmt *ExprResult = S->getStmtExprResult(); in TransformCompoundStmt()
H A DSemaExpr.cpp16161 dyn_cast<ValueStmt>(Compound->getStmtExprResult())) { in BuildStmtExpr()