Searched refs:NeedsCoroutineSuspends (Results 1 – 4 of 4) sorted by relevance
169 bool NeedsCoroutineSuspends : 1; variable388 NeedsCoroutineSuspends(true), ErrorTrap(Diag) {} in FunctionScopeInfo()511 NeedsCoroutineSuspends = value;515 return !NeedsCoroutineSuspends && CoroutineSuspends.first == nullptr; in hasInvalidCoroutineSuspends()521 NeedsCoroutineSuspends = false; in setCoroutineSuspends()
47 NeedsCoroutineSuspends = true; in Clear()
699 if (!ScopeInfo->NeedsCoroutineSuspends) in ActOnCoroutineBodyStart()
7840 ScopeInfo->NeedsCoroutineSuspends && in TransformCoroutineBodyStmt()