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