Lines Matching refs:CommandLineArgs
761 ArrayRef<const char *> CommandLineArgs, in RoundTrip() argument
775 for (const auto *Arg : CommandLineArgs) { in RoundTrip()
786 return Parse(RealInvocation, CommandLineArgs, Diags, Argv0); in RoundTrip()
806 if (!Parse(DummyInvocation, CommandLineArgs, DummyDiags, Argv0) || in RoundTrip()
813 auto Success = Parse(RealInvocation, CommandLineArgs, Diags, Argv0); in RoundTrip()
821 << SerializeArgs(CommandLineArgs); in RoundTrip()
856 ComparisonArgs.assign(CommandLineArgs.begin(), CommandLineArgs.end()); in RoundTrip()
896 [](CompilerInvocation &Invocation, ArrayRef<const char *> CommandLineArgs, in checkCC1RoundTrip()
898 return CreateFromArgsImpl(Invocation, CommandLineArgs, Diags, Argv0); in checkCC1RoundTrip()
4567 CompilerInvocation &Res, ArrayRef<const char *> CommandLineArgs, in CreateFromArgsImpl() argument
4575 InputArgList Args = Opts.ParseArgs(CommandLineArgs, MissingArgIndex, in CreateFromArgsImpl()
4667 append_range(Res.getCodeGenOpts().CommandLineArgs, CommandLineArgs); in CreateFromArgsImpl()
4687 ArrayRef<const char *> CommandLineArgs, in CreateFromArgs() argument
4693 [](CompilerInvocation &Invocation, ArrayRef<const char *> CommandLineArgs, in CreateFromArgs()
4695 return CreateFromArgsImpl(Invocation, CommandLineArgs, Diags, Argv0); in CreateFromArgs()
4702 Invocation, DummyInvocation, CommandLineArgs, Diags, Argv0); in CreateFromArgs()