Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/AST/
H A Dcoroutine-locals-cleanup.cpp30 template <typename Awaitable>
31 auto await_transform(Awaitable &&awaitable) { in await_transform()
H A Dcoroutine-locals-cleanup-exp-namespace.cpp30 template <typename Awaitable>
31 auto await_transform(Awaitable &&awaitable) { in await_transform()
/llvm-project-15.0.7/clang/test/CodeGenCoroutines/
H A Dcoro-symmetric-transfer-02.cpp28 template <typename Awaitable>
29 auto await_transform(Awaitable &&awaitable) { in await_transform()
H A Dcoro-symmetric-transfer-02-exp-namespace.cpp30 template <typename Awaitable>
31 auto await_transform(Awaitable &&awaitable) { in await_transform()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCoroutine.cpp916 ExprResult Awaitable = buildPromiseCall( in ActOnCoyieldExpr() local
918 if (Awaitable.isInvalid()) in ActOnCoyieldExpr()
922 Awaitable = buildOperatorCoawaitCall(*this, S, Loc, Awaitable.get()); in ActOnCoyieldExpr()
923 if (Awaitable.isInvalid()) in ActOnCoyieldExpr()
926 return BuildCoyieldExpr(Loc, Awaitable.get()); in ActOnCoyieldExpr()