Searched refs:GroType (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/test/CodeGenCoroutines/ |
D | coro-gro.cpp | 26 struct GroType { struct 27 ~GroType(); 33 GroType get_return_object() noexcept;
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCoroutine.cpp | 1549 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()
|