Searched defs:Quote (Results 1 – 10 of 10) sorted by relevance
84 void sys::printArg(raw_ostream &OS, StringRef Arg, bool Quote) { in printArg()
779 StringLiteral Quote = MustQuote == QuotingType::Single ? StringLiteral("'") in output() local
71 const char Quote = Buffer[Pos++]; parseFlag() local
99 const char Quote = Buffer[Pos++]; in parseOption() local
179 const char Quote = *BufferPtr; in skipHTMLQuotedString() local
138 char Quote = *Pos; in getSpaceDelimitedWord() local
1254 auto Quote = FormatTok->TokenText.find('\''); in getNextToken() local
285 template <typename T> static void StringifyImpl(T &Str, char Quote) { in StringifyImpl()312 char Quote = Charify ? '\'' : '"'; in Stringify() local
1618 bool Quote = Lib.contains(' '); in qualifyWindowsLibrary() local
3517 char Quote = getTok().getString().front(); in parseEscapedString() local