reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
272 if (CCCIsCPP() || (PhaseArg = DAL.getLastArg(options::OPT_E)) || 273 (PhaseArg = DAL.getLastArg(options::OPT__SLASH_EP)) || 274 (PhaseArg = DAL.getLastArg(options::OPT_M, options::OPT_MM)) || 275 (PhaseArg = DAL.getLastArg(options::OPT__SLASH_P))) { 279 } else if ((PhaseArg = DAL.getLastArg(options::OPT__precompile))) { 283 } else if ((PhaseArg = DAL.getLastArg(options::OPT_fsyntax_only)) || 284 (PhaseArg = DAL.getLastArg(options::OPT_print_supported_cpus)) || 285 (PhaseArg = DAL.getLastArg(options::OPT_module_file_info)) || 286 (PhaseArg = DAL.getLastArg(options::OPT_verify_pch)) || 287 (PhaseArg = DAL.getLastArg(options::OPT_rewrite_objc)) || 288 (PhaseArg = DAL.getLastArg(options::OPT_rewrite_legacy_objc)) || 289 (PhaseArg = DAL.getLastArg(options::OPT__migrate)) || 290 (PhaseArg = DAL.getLastArg(options::OPT__analyze)) || 291 (PhaseArg = DAL.getLastArg(options::OPT_emit_ast))) { 295 } else if ((PhaseArg = DAL.getLastArg(options::OPT_emit_interface_stubs))) { 299 } else if ((PhaseArg = DAL.getLastArg(options::OPT_S))) { 303 } else if ((PhaseArg = DAL.getLastArg(options::OPT_c))) { 311 *FinalPhaseArg = PhaseArg;