Lines Matching defs:CommandLineArgs
785 ArrayRef<const char *> CommandLineArgs,
799 for (const auto *Arg : CommandLineArgs) {
810 return Parse(RealInvocation, CommandLineArgs, Diags, Argv0);
830 if (!Parse(DummyInvocation, CommandLineArgs, DummyDiags, Argv0) ||
837 auto Success = Parse(RealInvocation, CommandLineArgs, Diags, Argv0);
845 << SerializeArgs(CommandLineArgs);
880 ComparisonArgs.assign(CommandLineArgs.begin(), CommandLineArgs.end());
920 [](CompilerInvocation &Invocation, ArrayRef<const char *> CommandLineArgs,
922 return CreateFromArgsImpl(Invocation, CommandLineArgs, Diags, Argv0);
4774 CompilerInvocation &Res, ArrayRef<const char *> CommandLineArgs,
4782 InputArgList Args = Opts.ParseArgs(CommandLineArgs, MissingArgIndex,
4876 append_range(Res.getCodeGenOpts().CommandLineArgs, CommandLineArgs);
4896 ArrayRef<const char *> CommandLineArgs,
4902 [](CompilerInvocation &Invocation, ArrayRef<const char *> CommandLineArgs,
4904 return CreateFromArgsImpl(Invocation, CommandLineArgs, Diags, Argv0);
4911 Invocation, DummyInvocation, CommandLineArgs, Diags, Argv0);