Lines Matching refs:Quote
82 void Command::printArg(raw_ostream &OS, const char *Arg, bool Quote) { in printArg() argument
85 if (!Quote && !Escape) { in printArg()
155 void Command::Print(raw_ostream &OS, const char *Terminator, bool Quote, in Print() argument
184 printArg(OS, ShortName.str().c_str(), Quote); in Print()
190 printArg(OS, Arg, Quote); in Print()
195 printArg(OS, "-ivfsoverlay", Quote); in Print()
197 printArg(OS, CrashInfo->VFSPath.str().c_str(), Quote); in Print()
209 printArg(OS, ModCachePath.c_str(), Quote); in Print()
281 bool Quote, CrashReportInfo *CrashInfo) const { in Print() argument
282 Command::Print(OS, "", Quote, CrashInfo); in Print()
284 Fallback->Print(OS, Terminator, Quote, CrashInfo); in Print()
321 bool Quote, CrashReportInfo *CrashInfo) const { in Print() argument
322 Command::Print(OS, "", Quote, CrashInfo); in Print()
336 void JobList::Print(raw_ostream &OS, const char *Terminator, bool Quote, in Print() argument
339 Job.Print(OS, Terminator, Quote, CrashInfo); in Print()