Searched refs:GroType (Results 1 – 2 of 2) sorted by relevance
1832 QualType const GroType = this->ReturnValue->getType(); in makeGroDeclAndReturnStmt() local1833 assert(!GroType->isDependentType() && in makeGroDeclAndReturnStmt()1846 bool GroMatchesRetType = S.getASTContext().hasSameType(GroType, FnRetType); in makeGroDeclAndReturnStmt()1859 if (GroType->isVoidType()) { in makeGroDeclAndReturnStmt()1875 &S.PP.getIdentifierTable().get("__coro_gro"), GroType, in makeGroDeclAndReturnStmt()1876 S.Context.getTrivialTypeSourceInfo(GroType, Loc), SC_None); in makeGroDeclAndReturnStmt()1907 ExprResult declRef = S.BuildDeclRefExpr(GroDecl, GroType, VK_LValue, Loc); in makeGroDeclAndReturnStmt()
548 auto GroType = RVI->getType(); in GetReturnObjectManager() local549 return CGF.getContext().hasSameType(GroType, CGF.FnRetTy); in GetReturnObjectManager()