Lines Matching defs:CommandLineArgs
808 ArrayRef<const char *> CommandLineArgs,
822 for (const auto *Arg : CommandLineArgs) {
833 return Parse(RealInvocation, CommandLineArgs, Diags, Argv0);
852 if (!Parse(DummyInvocation, CommandLineArgs, DummyDiags, Argv0) ||
859 auto Success = Parse(RealInvocation, CommandLineArgs, Diags, Argv0);
867 << SerializeArgs(CommandLineArgs);
902 ComparisonArgs.assign(CommandLineArgs.begin(), CommandLineArgs.end());
942 [](CompilerInvocation &Invocation, ArrayRef<const char *> CommandLineArgs,
944 return CreateFromArgsImpl(Invocation, CommandLineArgs, Diags, Argv0);
4926 CompilerInvocation &Res, ArrayRef<const char *> CommandLineArgs,
4934 InputArgList Args = Opts.ParseArgs(CommandLineArgs, MissingArgIndex,
5028 append_range(Res.getCodeGenOpts().CommandLineArgs, CommandLineArgs);
5048 ArrayRef<const char *> CommandLineArgs,
5054 [](CompilerInvocation &Invocation, ArrayRef<const char *> CommandLineArgs,
5056 return CreateFromArgsImpl(Invocation, CommandLineArgs, Diags, Argv0);
5063 Invocation, DummyInvocation, CommandLineArgs, Diags, Argv0);