Home
last modified time | relevance | path

Searched refs:isCoroutine (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDScopeInfo.h447 bool isCoroutine() const { return !FirstCoroutineStmtLoc.isInvalid(); } in isCoroutine() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDAnalysisBasedWarnings.cpp644 bool IsCoroutine = FSI->isCoroutine(); in CheckFallThroughForBody()
2144 : (fscope->isCoroutine() in IssueWarnings()
HDSemaCoroutine.cpp960 assert(Fn && Fn->isCoroutine() && "not a coroutine"); in CheckCompletedCoroutineBody()
HDSemaDecl.cpp13916 if (getLangOpts().Coroutines && getCurFunction()->isCoroutine()) in ActOnFinishFunctionBody()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenFunction.cpp479 if (NormalCleanupDest.isValid() && isCoroutine()) { in FinishFunction()
HDCodeGenFunction.h313 bool isCoroutine() const {