Searched refs:GroType (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 1551 QualType const GroType = this->ReturnValue->getType(); in makeGroDeclAndReturnStmt() local 1552 assert(!GroType->isDependentType() && in makeGroDeclAndReturnStmt() 1569 if (GroType->isVoidType()) { in makeGroDeclAndReturnStmt() 1580 &S.PP.getIdentifierTable().get("__coro_gro"), GroType, in makeGroDeclAndReturnStmt() 1581 S.Context.getTrivialTypeSourceInfo(GroType, Loc), SC_None); in makeGroDeclAndReturnStmt() 1589 ExprResult Res = S.PerformMoveOrCopyInitialization(Entity, nullptr, GroType, in makeGroDeclAndReturnStmt() 1612 ExprResult declRef = S.BuildDeclRefExpr(GroDecl, GroType, VK_LValue, Loc); in makeGroDeclAndReturnStmt()
|