Searched refs:isCoroutine (Results 1 – 6 of 6) sorted by relevance
484 bool isCoroutine() const { return !FirstCoroutineStmtLoc.isInvalid(); } in isCoroutine() function
645 bool IsCoroutine = FSI->isCoroutine(); in CheckFallThroughForBody()2328 : (fscope->isCoroutine() in IssueWarnings()
1073 assert(Fn && Fn->isCoroutine() && "not a coroutine"); in CheckCompletedCoroutineBody()
15002 if (getLangOpts().Coroutines && FSI->isCoroutine()) in ActOnFinishFunctionBody()
468 if (NormalCleanupDest.isValid() && isCoroutine()) { in FinishFunction()
340 bool isCoroutine() const {