Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp695 auto *GroDeclStmt = dyn_cast_or_null<DeclStmt>(S.getResultDecl()); in EmitGroAlloca()
757 CGF.EmitStmt(S.getResultDecl()); in EmitGroInit()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h411 Stmt *getResultDecl() const { return getStoredStmts()[SubStmt::ResultDecl]; } in getResultDecl() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8497 if (auto *ResultDecl = S->getResultDecl()) { in TransformCoroutineBodyStmt()