Home | History | Annotate | Download | only in Lex

Lines Matching defs:Quote

218   char Quote = Charify ? '\'' : '"';
220 if (Result[i] == '\\' || Result[i] == Quote) {
253 // Munch the encoding-prefix and opening double-quote.
269 // quote.
1699 // Between the initial and final double quote characters of the raw string,
1749 // Check for prefix match and closing quote.