Searched refs:OptionsWithRaw (Results 1 – 9 of 9) sorted by relevance
315 class OptionsWithRaw {323 explicit OptionsWithRaw(llvm::StringRef argument_string);
72 OptionsWithRaw raw_args(command); in DoExecute()
64 OptionsWithRaw args{command}; in DoExecute()
373 OptionsWithRaw args(code); in HandleCompletion()608 OptionsWithRaw args(command); in DoExecute()
1059 OptionsWithRaw args(raw_command); in DoExecute()
1783 OptionsWithRaw args(raw_command_line); in DoExecute()
396 OptionsWithRaw args_with_suffix(raw_command_line); in DoExecute()
2731 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()