Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDScopeInfo.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-13-stable/contrib/llvm-project/clang/lib/Sema/
HDScopeInfo.cpp49 NeedsCoroutineSuspends = true; in Clear()
HDSemaCoroutine.cpp699 if (!ScopeInfo->NeedsCoroutineSuspends) in ActOnCoroutineBodyStart()
HDTreeTransform.h8396 ScopeInfo->NeedsCoroutineSuspends && in TransformCoroutineBodyStmt()