Home
last modified time | relevance | path

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

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