Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCoroutine.cpp1394 QualType const GroType = this->ReturnValue->getType(); in makeGroDeclAndReturnStmt() local
1395 assert(!GroType->isDependentType() && in makeGroDeclAndReturnStmt()
1411 if (GroType->isVoidType()) { in makeGroDeclAndReturnStmt()
1422 &S.PP.getIdentifierTable().get("__coro_gro"), GroType, in makeGroDeclAndReturnStmt()
1423 S.Context.getTrivialTypeSourceInfo(GroType, Loc), SC_None); in makeGroDeclAndReturnStmt()
1430 ExprResult Res = S.PerformMoveOrCopyInitialization(Entity, nullptr, GroType, in makeGroDeclAndReturnStmt()
1453 ExprResult declRef = S.BuildDeclRefExpr(GroDecl, GroType, VK_LValue, Loc); in makeGroDeclAndReturnStmt()