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

References

tools/clang/include/clang/Basic/Features.def
   82 FEATURE(cxx_exceptions, LangOpts.CXXExceptions)
tools/clang/lib/Basic/Targets/OSTargets.cpp
  156     if (Opts.CXXExceptions)
tools/clang/lib/CodeGen/CGException.cpp
  445   if (!CGM.getLangOpts().CXXExceptions)
  522   if (!CGM.getLangOpts().CXXExceptions)
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 1707           !CGF.getLangOpts().CXXExceptions ||
tools/clang/lib/CodeGen/CodeGenModule.cpp
 1442   if (LangOpts.CXXExceptions) return true;
tools/clang/lib/Frontend/CompilerInvocation.cpp
 2721   Opts.CXXExceptions = Args.hasArg(OPT_fcxx_exceptions);
 3026     Opts.CXXExceptions = 0;
tools/clang/lib/Frontend/InitPreprocessor.cpp
  473   if (LangOpts.CXXExceptions)
tools/clang/lib/Sema/SemaCodeComplete.cpp
 2148         SemaRef.getLangOpts().CXXExceptions) {
 2489       if (SemaRef.getLangOpts().CXXExceptions) {
tools/clang/lib/Sema/SemaCoroutine.cpp
 1355   const bool RequireUnhandledException = S.getLangOpts().CXXExceptions;
 1370   if (!S.getLangOpts().CXXExceptions)
tools/clang/lib/Sema/SemaDecl.cpp
14308   if (getLangOpts().CXXExceptions && getLangOpts().ExternCNoUnwind &&
tools/clang/lib/Sema/SemaDeclCXX.cpp
 1491   if (!getLangOpts().CXXExceptions)
tools/clang/lib/Sema/SemaExceptionSpec.cpp
  274   if (!getLangOpts().CXXExceptions && !getLangOpts().CPlusPlus17)
  309     if (getLangOpts().CPlusPlus11 && getLangOpts().CXXExceptions &&
  471   if (!getLangOpts().CXXExceptions)
  650   if (!getLangOpts().CXXExceptions)
  753   if (!getLangOpts().CXXExceptions)
tools/clang/lib/Sema/SemaExprCXX.cpp
  760   if (!getLangOpts().CXXExceptions &&
tools/clang/lib/Sema/SemaStmt.cpp
 4059   if (!getLangOpts().CXXExceptions &&
tools/clang/tools/clang-import-test/clang-import-test.cpp
  195   Inv->getLangOpts()->CXXExceptions = true;
tools/clang/tools/extra/clang-tidy/bugprone/ExceptionEscapeCheck.cpp
   55   if (!getLangOpts().CPlusPlus || !getLangOpts().CXXExceptions)
tools/clang/tools/extra/clang-tidy/cert/StaticObjectExceptionCheck.cpp
   21   if ((!getLangOpts().CPlusPlus) || (!getLangOpts().CXXExceptions))
tools/clang/tools/extra/clang-tidy/openmp/ExceptionEscapeCheck.cpp
   51   if (!getLangOpts().CPlusPlus || !getLangOpts().CXXExceptions)