Searched refs:GroType (Results 1 – 2 of 2) sorted by relevance
1827 QualType const GroType = this->ReturnValue->getType(); in makeGroDeclAndReturnStmt() local1828 assert(!GroType->isDependentType() && in makeGroDeclAndReturnStmt()1841 bool GroMatchesRetType = S.getASTContext().hasSameType(GroType, FnRetType); in makeGroDeclAndReturnStmt()1854 if (GroType->isVoidType()) { in makeGroDeclAndReturnStmt()1870 &S.PP.getIdentifierTable().get("__coro_gro"), GroType, in makeGroDeclAndReturnStmt()1871 S.Context.getTrivialTypeSourceInfo(GroType, Loc), SC_None); in makeGroDeclAndReturnStmt()1902 ExprResult declRef = S.BuildDeclRefExpr(GroDecl, GroType, VK_LValue, Loc); in makeGroDeclAndReturnStmt()
682 auto GroType = RVI->getType(); in GetReturnObjectManager() local683 return CGF.getContext().hasSameType(GroType, CGF.FnRetTy); in GetReturnObjectManager()