Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCoroutine.cpp363 enum AwaitCallType { ACT_Ready, ACT_Suspend, ACT_Resume }; enum
447 using ACT = ReadySuspendResumeResult::AwaitCallType; in buildCoawaitCalls()