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

References

tools/clang/lib/Analysis/CFG.cpp
 2581   if (Context->getLangOpts().Exceptions) {
tools/clang/lib/CodeGen/CGBlocks.cpp
  127     if (CGM.getLangOpts().Exceptions)
 1914   if (CGM.getLangOpts().Exceptions)
 1953     if (!EHOnly || CGF.getLangOpts().Exceptions) {
tools/clang/lib/CodeGen/CGClass.cpp
  569   if (CGF.CGM.getLangOpts().Exceptions &&
 1984     if (getLangOpts().Exceptions &&
 2404   if (CGM.getLangOpts().Exceptions && !ClassDecl->hasTrivialDestructor()) {
tools/clang/lib/CodeGen/CGDeclCXX.cpp
  350   if (!getLangOpts().Exceptions)
tools/clang/lib/CodeGen/CGException.cpp
  318   if (!LangOpts.CPlusPlus || !LangOpts.ObjC || !LangOpts.Exceptions)
  710   if (!LO.Exceptions) {
tools/clang/lib/CodeGen/CGExpr.cpp
  339           CodeGenFunction::destroyCXXObject, CGF.getLangOpts().Exceptions,
  355                     CGF.getLangOpts().Exceptions);
  362                                     CGF.getLangOpts().Exceptions);
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 1706       if (!CGF.EHStack.requiresLandingPad() || !CGF.getLangOpts().Exceptions ||
tools/clang/lib/CodeGen/CodeGenFunction.h
 1717       return getLangOpts().Exceptions;
 1719       return getLangOpts().Exceptions &&
tools/clang/lib/CodeGen/CodeGenModule.cpp
 1439   if (!LangOpts.Exceptions) return false;
tools/clang/lib/Frontend/CompilerInvocation.cpp
 2719   Opts.Exceptions = Args.hasArg(OPT_fexceptions);
 3025     Opts.Exceptions = 0;
tools/clang/lib/Frontend/InitPreprocessor.cpp
  711   if (!LangOpts.MSVCCompat && LangOpts.Exceptions)
tools/clang/lib/Sema/SemaExprCXX.cpp
 2446   if (!getLangOpts().Exceptions) {
tools/clang/tools/clang-import-test/clang-import-test.cpp
  194   Inv->getLangOpts()->Exceptions = true;