HomeSort by: relevance | last modified time | path
    Searched refs:isCoroutine (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h 472 bool isCoroutine() const { return !FirstCoroutineStmtLoc.isInvalid(); }
  /src/external/apache2/llvm/dist/clang/lib/Sema/
AnalysisBasedWarnings.cpp 646 bool IsCoroutine = FSI->isCoroutine();
676 if (IsCoroutine)
2339 : (fscope->isCoroutine()
SemaCoroutine.cpp 1090 assert(Fn && Fn->isCoroutine() && "not a coroutine");
SemaDecl.cpp 14430 if (getLangOpts().Coroutines && FSI->isCoroutine())
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp 470 if (NormalCleanupDest.isValid() && isCoroutine()) {
CodeGenFunction.h 341 bool isCoroutine() const {

Completed in 47 milliseconds