reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Basic/IdentifierTable.cpp
  146   if (LangOpts.Coroutines && (Flags & KEYCOROUTINES)) return KS_Enabled;
tools/clang/lib/Basic/Module.cpp
  111                         .Case("coroutines", LangOpts.Coroutines)
tools/clang/lib/CodeGen/BackendUtil.cpp
  612   if (LangOpts.Coroutines)
tools/clang/lib/Frontend/CompilerInvocation.cpp
 2758   Opts.Coroutines = Opts.CPlusPlus2a || Args.hasArg(OPT_fcoroutines_ts);
tools/clang/lib/Frontend/InitPreprocessor.cpp
  557   if (LangOpts.Coroutines)
tools/clang/lib/Sema/SemaDecl.cpp
13764   if (getLangOpts().Coroutines && getCurFunction()->isCoroutine())