Searched refs:OptionsWithRaw (Results 1 – 9 of 9) sorted by relevance
315 class OptionsWithRaw {323 explicit OptionsWithRaw(llvm::StringRef argument_string);
83 OptionsWithRaw raw_args(command); in DoExecute()
56 OptionsWithRaw args{command}; in DoExecute()
361 OptionsWithRaw args(code); in HandleCompletion()600 OptionsWithRaw args(command); in DoExecute()
997 OptionsWithRaw args(raw_command); in DoExecute()
1690 OptionsWithRaw args(raw_command_line); in DoExecute()
377 OptionsWithRaw args_with_suffix(raw_command_line); in DoExecute()
2610 OptionsWithRaw args(raw_command_line); in DoExecute()
631 OptionsWithRaw::OptionsWithRaw(llvm::StringRef arg_string) { in OptionsWithRaw() function in OptionsWithRaw635 void OptionsWithRaw::SetFromString(llvm::StringRef arg_string) { in SetFromString()