Searched refs:CoroutineSuspends (Results 1 – 4 of 4) sorted by relevance
215 std::pair<Stmt *, Stmt *> CoroutineSuspends; variable512 assert((!value || CoroutineSuspends.first == nullptr) &&518 return !NeedsCoroutineSuspends && CoroutineSuspends.first == nullptr; in hasInvalidCoroutineSuspends()523 assert(CoroutineSuspends.first == nullptr && "suspend points already set"); in setCoroutineSuspends()525 CoroutineSuspends.first = Initial; in setCoroutineSuspends()526 CoroutineSuspends.second = Final; in setCoroutineSuspends()
48 CoroutineSuspends.first = nullptr; in Clear()49 CoroutineSuspends.second = nullptr; in Clear()
1195 this->InitialSuspend = cast<Expr>(Fn.CoroutineSuspends.first); in makeInitialAndFinalSuspend()1196 this->FinalSuspend = cast<Expr>(Fn.CoroutineSuspends.second); in makeInitialAndFinalSuspend()
7951 ScopeInfo->CoroutineSuspends.first == nullptr && in TransformCoroutineBodyStmt()7952 ScopeInfo->CoroutineSuspends.second == nullptr && in TransformCoroutineBodyStmt()