Searched refs:NeedsCoroutineSuspends (Results 1 – 4 of 4) sorted by relevance
165 bool NeedsCoroutineSuspends : 1; variable383 NeedsCoroutineSuspends(true), ErrorTrap(Diag) {} in FunctionScopeInfo()499 NeedsCoroutineSuspends = value;503 return !NeedsCoroutineSuspends && CoroutineSuspends.first == nullptr; in hasInvalidCoroutineSuspends()509 NeedsCoroutineSuspends = false; in setCoroutineSuspends()
47 NeedsCoroutineSuspends = true; in Clear()
738 if (!ScopeInfo->NeedsCoroutineSuspends) in ActOnCoroutineBodyStart()
7714 ScopeInfo->NeedsCoroutineSuspends && in TransformCoroutineBodyStmt()