Lines Matching refs:Quote
74 void Command::printArg(raw_ostream &OS, const char *Arg, bool Quote) { in printArg() argument
77 if (!Quote && !Escape) { in printArg()
145 void Command::Print(raw_ostream &OS, const char *Terminator, bool Quote, in Print() argument
178 printArg(OS, ShortName.str().c_str(), Quote); in Print()
184 printArg(OS, Arg, Quote); in Print()
189 printArg(OS, "-ivfsoverlay", Quote); in Print()
191 printArg(OS, CrashInfo->VFSPath.str().c_str(), Quote); in Print()
262 bool Quote, CrashReportInfo *CrashInfo) const { in Print() argument
263 Command::Print(OS, "", Quote, CrashInfo); in Print()
265 Fallback->Print(OS, Terminator, Quote, CrashInfo); in Print()
294 void JobList::Print(raw_ostream &OS, const char *Terminator, bool Quote, in Print() argument
297 Job.Print(OS, Terminator, Quote, CrashInfo); in Print()