Searched refs:NeedsCoroutineSuspends (Results 1 – 4 of 4) sorted by relevance
169 bool NeedsCoroutineSuspends : 1; variable397 NeedsCoroutineSuspends(true), FoundImmediateEscalatingExpression(false), in FunctionScopeInfo()526 NeedsCoroutineSuspends = value;530 return !NeedsCoroutineSuspends && CoroutineSuspends.first == nullptr; in hasInvalidCoroutineSuspends()536 NeedsCoroutineSuspends = false; in setCoroutineSuspends()
48 NeedsCoroutineSuspends = true; in Clear()
787 if (!ScopeInfo->NeedsCoroutineSuspends) in ActOnCoroutineBodyStart()
8101 ScopeInfo->NeedsCoroutineSuspends && in TransformCoroutineBodyStmt()