Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h165 bool NeedsCoroutineSuspends : 1; variable
383 NeedsCoroutineSuspends(true), ErrorTrap(Diag) {} in FunctionScopeInfo()
499 NeedsCoroutineSuspends = value;
503 return !NeedsCoroutineSuspends && CoroutineSuspends.first == nullptr; in hasInvalidCoroutineSuspends()
509 NeedsCoroutineSuspends = false; in setCoroutineSuspends()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DScopeInfo.cpp47 NeedsCoroutineSuspends = true; in Clear()
H A DSemaCoroutine.cpp738 if (!ScopeInfo->NeedsCoroutineSuspends) in ActOnCoroutineBodyStart()
H A DTreeTransform.h7714 ScopeInfo->NeedsCoroutineSuspends && in TransformCoroutineBodyStmt()