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

References

tools/clang/lib/Driver/ToolChains/Clang.cpp
 4919       options::OPT_fsjlj_exceptions, options::OPT_fseh_exceptions,
 4925     if (Opt.matches(options::OPT_fseh_exceptions))
tools/clang/lib/Driver/ToolChains/MinGW.cpp
  434                                       options::OPT_fseh_exceptions,
  437       ExceptionArg->getOption().matches(options::OPT_fseh_exceptions))
tools/clang/lib/Frontend/CompilerInvocation.cpp
 2735       options::OPT_fsjlj_exceptions, options::OPT_fseh_exceptions,
 2745     Opts.SEHExceptions = Opt.matches(options::OPT_fseh_exceptions);