Home
last modified time | relevance | path

Searched defs:Awaitable (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/CodeGenCoroutines/
H A Dpr56919.cpp40 struct Awaitable { in await_transform() struct
43 bool await_ready() { return false; } in await_transform()
45 std::coroutine_handle<> await_suspend( in await_transform()
53 void await_resume() {} in await_transform()
H A Dcoro-only-destroy-when-complete.cpp22 struct Awaitable{ struct
/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp921 ExprResult Awaitable = buildPromiseCall( ActOnCoyieldExpr() local