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