Home
last modified time | relevance | path

Searched refs:getResultDecl (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCoroutine.cpp488 auto *GroDeclStmt = dyn_cast<DeclStmt>(S.getResultDecl()); in EmitGroAlloca()
524 CGF.EmitStmt(S.getResultDecl()); in EmitGroInit()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtCXX.h412 Stmt *getResultDecl() const { return getStoredStmts()[SubStmt::ResultDecl]; } in getResultDecl() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h7815 assert(S->getResultDecl() && "ResultDecl must already be built"); in TransformCoroutineBodyStmt()
7816 StmtResult ResultDecl = getDerived().TransformStmt(S->getResultDecl()); in TransformCoroutineBodyStmt()