Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDScopeInfo.h158 bool NeedsCoroutineSuspends : 1; variable
373 ObjCWarnForNoInitDelegation(false), NeedsCoroutineSuspends(true), in FunctionScopeInfo()
474 NeedsCoroutineSuspends = value;
478 return !NeedsCoroutineSuspends && CoroutineSuspends.first == nullptr; in hasInvalidCoroutineSuspends()
484 NeedsCoroutineSuspends = false; in setCoroutineSuspends()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDScopeInfo.cpp46 NeedsCoroutineSuspends = true; in Clear()
HDSemaCoroutine.cpp609 if (!ScopeInfo->NeedsCoroutineSuspends) in ActOnCoroutineBodyStart()
HDTreeTransform.h7300 ScopeInfo->NeedsCoroutineSuspends && in TransformCoroutineBodyStmt()