Searched refs:isCoroutine (Results 1 – 6 of 6) sorted by relevance
487 bool isCoroutine() const { return !FirstCoroutineStmtLoc.isInvalid(); } in isCoroutine() function
649 bool IsCoroutine = FSI->isCoroutine(); in CheckFallThroughForBody()2397 : (fscope->isCoroutine() in IssueWarnings()
1095 assert(Fn && Fn->isCoroutine() && "not a coroutine"); in CheckCompletedCoroutineBody()
15429 if (getLangOpts().Coroutines && FSI->isCoroutine()) in ActOnFinishFunctionBody()
474 if (NormalCleanupDest.isValid() && isCoroutine()) { in FinishFunction()
341 bool isCoroutine() const {