Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/Sema/
HDScopeInfo.h502 bool isCoroutine() const { return !FirstCoroutineStmtLoc.isInvalid(); } in isCoroutine() function
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDAnalysisBasedWarnings.cpp673 bool IsCoroutine = FSI->isCoroutine(); in CheckFallThroughForBody()
2679 : (fscope->isCoroutine() in IssueWarnings()
2781 if (S.getLangOpts().CPlusPlus && !fscope->isCoroutine() && isNoexcept(FD)) in IssueWarnings()
HDSemaCoroutine.cpp1093 assert(Fn && Fn->isCoroutine() && "not a coroutine"); in CheckCompletedCoroutineBody()
HDSemaDecl.cpp15800 if (FSI->isCoroutine()) in ActOnFinishFunctionBody()
/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenFunction.h371 bool isCoroutine() const {
376 return isCoroutine() && CurCoro.InSuspendBlock;
HDCodeGenFunction.cpp519 if (NormalCleanupDest.isValid() && isCoroutine()) { in FinishFunction()