Lines Matching defs:ScopeInfo
40 #include "clang/Sema/ScopeInfo.h"
8640 auto *ScopeInfo = SemaRef.getCurFunction();
8642 assert(FD && ScopeInfo && !ScopeInfo->CoroutinePromise &&
8643 ScopeInfo->NeedsCoroutineSuspends &&
8644 ScopeInfo->CoroutineSuspends.first == nullptr &&
8645 ScopeInfo->CoroutineSuspends.second == nullptr &&
8650 ScopeInfo->setNeedsCoroutineSuspends(false);
8664 ScopeInfo->CoroutinePromise = Promise;
8677 ScopeInfo->setCoroutineSuspends(InitSuspend.get(), FinalSuspend.get());
8684 CoroutineStmtBuilder Builder(SemaRef, *FD, *ScopeInfo, BodyRes.get());