Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h1728 Stmt *getStmtExprResult() { in getStmtExprResult() function
1736 const Stmt *getStmtExprResult() const { in getStmtExprResult() function
1737 return const_cast<CompoundStmt *>(this)->getStmtExprResult(); in getStmtExprResult()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDComputeDependence.cpp181 dyn_cast_or_null<ValueStmt>(E->getSubStmt()->getStmtExprResult())) in computeDependence()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmt.cpp518 const Stmt *ExprResult = S.getStmtExprResult(); in EmitCompoundStmtWithoutScope()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDCompiler.cpp3188 const Stmt *Result = CS->getStmtExprResult(); in VisitStmtExpr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h7823 const Stmt *ExprResult = S->getStmtExprResult(); in TransformCompoundStmt()
HDSemaExpr.cpp15660 dyn_cast<ValueStmt>(Compound->getStmtExprResult())) { in BuildStmtExpr()