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

References

tools/clang/lib/Driver/Driver.cpp
 3344   if (Arg *A = Args.getLastArg(options::OPT_Z_Joined))
 3345     Diag(clang::diag::err_drv_use_of_Z_option) << A->getAsString(Args);
 3348   if (Arg *A = Args.getLastArg(options::OPT__SLASH_Fo)) {
 3355       Args.eraseArg(options::OPT__SLASH_Fo);
 3360   if (Arg *A = Args.getLastArg(options::OPT__SLASH_Fa)) {
 3367       Args.eraseArg(options::OPT__SLASH_Fa);
 3372   if (Arg *A = Args.getLastArg(options::OPT__SLASH_o)) {
 3376       Args.eraseArg(options::OPT__SLASH_o);
 3380   handleArguments(C, Args, Inputs, Actions);
 3383   OffloadingActionBuilder OffloadBuilder(C, Args, Inputs);
 3395     types::getCompilationPhases(*this, Args, InputType, PL);
 3451       Action *NewCurrent = ConstructPhaseAction(C, Args, Phase, Current);
 3495   if (Arg *A = Args.getLastArg(options::OPT_print_supported_cpus)) {
 3506   Args.ClaimAllArgs(options::OPT_cl_ignored_Group);
 3510   Args.ClaimAllArgs(options::OPT_cuda_host_only);
 3511   Args.ClaimAllArgs(options::OPT_cuda_compile_host_device);