Home
last modified time | relevance | path

Searched refs:GroType (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1832 QualType const GroType = this->ReturnValue->getType(); in makeGroDeclAndReturnStmt() local
1833 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()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp548 auto GroType = RVI->getType(); in GetReturnObjectManager() local
549 return CGF.getContext().hasSameType(GroType, CGF.FnRetTy); in GetReturnObjectManager()