Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h169 bool NeedsCoroutineSuspends : 1; variable
391 NeedsCoroutineSuspends(true), ErrorTrap(Diag) {} in FunctionScopeInfo()
514 NeedsCoroutineSuspends = value;
518 return !NeedsCoroutineSuspends && CoroutineSuspends.first == nullptr; in hasInvalidCoroutineSuspends()
524 NeedsCoroutineSuspends = false; in setCoroutineSuspends()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DScopeInfo.cpp47 NeedsCoroutineSuspends = true; in Clear()
H A DSemaCoroutine.cpp699 if (!ScopeInfo->NeedsCoroutineSuspends) in ActOnCoroutineBodyStart()
H A DTreeTransform.h7950 ScopeInfo->NeedsCoroutineSuspends && in TransformCoroutineBodyStmt()