Home
last modified time | relevance | path

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

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