Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h171 bool NeedsCoroutineSuspends : 1; variable
400 NeedsCoroutineSuspends(true), FoundImmediateEscalatingExpression(false), in FunctionScopeInfo()
537 NeedsCoroutineSuspends = value;
541 return !NeedsCoroutineSuspends && CoroutineSuspends.first == nullptr; in hasInvalidCoroutineSuspends()
547 NeedsCoroutineSuspends = false; in setCoroutineSuspends()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp49 NeedsCoroutineSuspends = true; in Clear()
H A DSemaCoroutine.cpp699 if (!ScopeInfo->NeedsCoroutineSuspends) in ActOnCoroutineBodyStart()
H A DTreeTransform.h8396 ScopeInfo->NeedsCoroutineSuspends && in TransformCoroutineBodyStmt()