Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScopeInfo.h484 bool isCoroutine() const { return !FirstCoroutineStmtLoc.isInvalid(); } in isCoroutine() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp645 bool IsCoroutine = FSI->isCoroutine(); in CheckFallThroughForBody()
2328 : (fscope->isCoroutine() in IssueWarnings()
H A DSemaCoroutine.cpp1073 assert(Fn && Fn->isCoroutine() && "not a coroutine"); in CheckCompletedCoroutineBody()
H A DSemaDecl.cpp15002 if (getLangOpts().Coroutines && FSI->isCoroutine()) in ActOnFinishFunctionBody()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp468 if (NormalCleanupDest.isValid() && isCoroutine()) { in FinishFunction()
H A DCodeGenFunction.h340 bool isCoroutine() const {