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

References

tools/clang/lib/Driver/Driver.cpp
 2071   if (Arg *TCTP = Args.getLastArgNoClaim(options::OPT__SLASH_TC,
 2081          Args.filtered(options::OPT__SLASH_TC, options::OPT__SLASH_TP)) {
 2093     assert(!Args.hasArg(options::OPT_x) && "-x and /TC or /TP is not allowed");
 2096   for (Arg *A : Args) {
 2114           if (!Args.hasArgNoClaim(options::OPT_E) && !CCCIsCPP())
 2130             else if (IsCLMode() && Args.hasArgNoClaim(options::OPT_E))
 2149           if (Args.hasArgNoClaim(options::OPT_fthinlto_index_EQ) &&
 2160           if (Args.hasArg(options::OPT_ObjC))
 2162           else if (Args.hasArg(options::OPT_ObjCXX))
 2180       if (DiagnoseInputExistence(Args, Value, Ty, /*TypoCorrect=*/true))
 2185       if (DiagnoseInputExistence(Args, Value, types::TY_C,
 2187         Arg *InputArg = MakeInputArg(Args, Opts, A->getValue());
 2193       if (DiagnoseInputExistence(Args, Value, types::TY_CXX,
 2195         Arg *InputArg = MakeInputArg(Args, Opts, A->getValue());
 2229     Arg *A = MakeInputArg(Args, Opts, "-");