Searched refs:NeedsCoroutineSuspends (Results 1 – 4 of 4) sorted by relevance
171 bool NeedsCoroutineSuspends : 1; variable400 NeedsCoroutineSuspends(true), FoundImmediateEscalatingExpression(false), in FunctionScopeInfo()537 NeedsCoroutineSuspends = value;541 return !NeedsCoroutineSuspends && CoroutineSuspends.first == nullptr; in hasInvalidCoroutineSuspends()547 NeedsCoroutineSuspends = false; in setCoroutineSuspends()
49 NeedsCoroutineSuspends = true; in Clear()
699 if (!ScopeInfo->NeedsCoroutineSuspends) in ActOnCoroutineBodyStart()
8396 ScopeInfo->NeedsCoroutineSuspends && in TransformCoroutineBodyStmt()