Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h169 bool NeedsCoroutineSuspends : 1; variable
397 NeedsCoroutineSuspends(true), FoundImmediateEscalatingExpression(false), in FunctionScopeInfo()
526 NeedsCoroutineSuspends = value;
530 return !NeedsCoroutineSuspends && CoroutineSuspends.first == nullptr; in hasInvalidCoroutineSuspends()
536 NeedsCoroutineSuspends = false; in setCoroutineSuspends()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp48 NeedsCoroutineSuspends = true; in Clear()
H A DSemaCoroutine.cpp787 if (!ScopeInfo->NeedsCoroutineSuspends) in ActOnCoroutineBodyStart()
H A DTreeTransform.h8101 ScopeInfo->NeedsCoroutineSuspends && in TransformCoroutineBodyStmt()