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

References

tools/clang/lib/Frontend/CompilerInvocation.cpp
 2742           << Opt.getName() << T.str();
 2744     Opts.SjLjExceptions = Opt.matches(options::OPT_fsjlj_exceptions);
 2745     Opts.SEHExceptions = Opt.matches(options::OPT_fseh_exceptions);
 2746     Opts.DWARFExceptions = Opt.matches(options::OPT_fdwarf_exceptions);
 2747     Opts.WasmExceptions = Opt.matches(options::OPT_fwasm_exceptions);