Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGenCoroutines/
Dcoro-gro.cpp26 struct GroType { struct
27 ~GroType();
33 GroType get_return_object() noexcept;
/external/llvm-project/clang/lib/Sema/
DSemaCoroutine.cpp1549 QualType const GroType = this->ReturnValue->getType(); in makeGroDeclAndReturnStmt() local
1550 assert(!GroType->isDependentType() && in makeGroDeclAndReturnStmt()
1567 if (GroType->isVoidType()) { in makeGroDeclAndReturnStmt()
1578 &S.PP.getIdentifierTable().get("__coro_gro"), GroType, in makeGroDeclAndReturnStmt()
1579 S.Context.getTrivialTypeSourceInfo(GroType, Loc), SC_None); in makeGroDeclAndReturnStmt()
1586 ExprResult Res = S.PerformMoveOrCopyInitialization(Entity, nullptr, GroType, in makeGroDeclAndReturnStmt()
1609 ExprResult declRef = S.BuildDeclRefExpr(GroDecl, GroType, VK_LValue, Loc); in makeGroDeclAndReturnStmt()