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