Searched defs:Coro (Results 1 – 4 of 4) sorted by relevance
32 struct Coro { struct37 Coro get_return_object(); argument
61 struct Coro { struct66 Coro get_return_object(); argument
112 static SmallString<32> buildSuspendPrefixStr(CGCoroData &Coro, AwaitKind Kind) { in buildSuspendPrefixStr() argument 222 static LValueOrRValue emitSuspendExpression(CodeGenFunction &CGF, CGCoroData &Coro, in emitSuspendExpression() argument [all...]
553 } else if (const auto *Coro = dyn_cast<CoroutineBodyStmt>(St)) { throwsException() local