Searched refs:GroType (Results 1 – 2 of 2) sorted by relevance
1742 QualType const GroType = this->ReturnValue->getType(); in makeGroDeclAndReturnStmt() local1743 assert(!GroType->isDependentType() && in makeGroDeclAndReturnStmt()1756 bool GroMatchesRetType = S.getASTContext().hasSameType(GroType, FnRetType); in makeGroDeclAndReturnStmt()1769 if (GroType->isVoidType()) { in makeGroDeclAndReturnStmt()1785 &S.PP.getIdentifierTable().get("__coro_gro"), GroType, in makeGroDeclAndReturnStmt()1786 S.Context.getTrivialTypeSourceInfo(GroType, Loc), SC_None); in makeGroDeclAndReturnStmt()1817 ExprResult declRef = S.BuildDeclRefExpr(GroDecl, GroType, VK_LValue, Loc); in makeGroDeclAndReturnStmt()
681 auto GroType = RVI->getType(); in GetReturnObjectManager() local682 return CGF.getContext().hasSameType(GroType, CGF.FnRetTy); in GetReturnObjectManager()