Home
last modified time | relevance | path

Searched refs:NeedsCoroutineSuspends (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScopeInfo.h169 bool NeedsCoroutineSuspends : 1; variable
388 NeedsCoroutineSuspends(true), ErrorTrap(Diag) {} in FunctionScopeInfo()
511 NeedsCoroutineSuspends = value;
515 return !NeedsCoroutineSuspends && CoroutineSuspends.first == nullptr; in hasInvalidCoroutineSuspends()
521 NeedsCoroutineSuspends = false; in setCoroutineSuspends()
/llvm-project-15.0.7/clang/lib/Sema/
H A DScopeInfo.cpp47 NeedsCoroutineSuspends = true; in Clear()
H A DSemaCoroutine.cpp699 if (!ScopeInfo->NeedsCoroutineSuspends) in ActOnCoroutineBodyStart()
H A DTreeTransform.h7840 ScopeInfo->NeedsCoroutineSuspends && in TransformCoroutineBodyStmt()