Lines Matching defs:ScopeInfo
39 #include "clang/Sema/ScopeInfo.h"
8393 auto *ScopeInfo = SemaRef.getCurFunction();
8395 assert(FD && ScopeInfo && !ScopeInfo->CoroutinePromise &&
8396 ScopeInfo->NeedsCoroutineSuspends &&
8397 ScopeInfo->CoroutineSuspends.first == nullptr &&
8398 ScopeInfo->CoroutineSuspends.second == nullptr &&
8403 ScopeInfo->setNeedsCoroutineSuspends(false);
8417 ScopeInfo->CoroutinePromise = Promise;
8430 ScopeInfo->setCoroutineSuspends(InitSuspend.get(), FinalSuspend.get());
8437 CoroutineStmtBuilder Builder(SemaRef, *FD, *ScopeInfo, BodyRes.get());