Searched refs:isCoroutine (Results 1 – 6 of 6) sorted by relevance
447 bool isCoroutine() const { return !FirstCoroutineStmtLoc.isInvalid(); } in isCoroutine() function
644 bool IsCoroutine = FSI->isCoroutine(); in CheckFallThroughForBody()2144 : (fscope->isCoroutine() in IssueWarnings()
960 assert(Fn && Fn->isCoroutine() && "not a coroutine"); in CheckCompletedCoroutineBody()
13916 if (getLangOpts().Coroutines && getCurFunction()->isCoroutine()) in ActOnFinishFunctionBody()
479 if (NormalCleanupDest.isValid() && isCoroutine()) { in FinishFunction()
313 bool isCoroutine() const {