Searched refs:isLexingRawMode (Results 1 – 2 of 2) sorted by relevance
1267 if (L && !L->isLexingRawMode()) in DecodeTrigraphChar()1272 if (L && !L->isLexingRawMode()) in DecodeTrigraphChar()1422 if (Ptr[0] != '\n' && Ptr[0] != '\r' && Tok && !isLexingRawMode()) in getCharAndSizeSlow()1777 if (!isLexingRawMode() && !ParsingPreprocessorDirective && in tryConsumeIdentifierUCN()1787 } else if (!isLexingRawMode()) { in tryConsumeIdentifierUCN()1830 if (!isLexingRawMode() && !ParsingPreprocessorDirective && in tryConsumeIdentifierUTF8Char()1838 } else if (!isLexingRawMode()) { in tryConsumeIdentifierUTF8Char()1862 if (!isLexingRawMode() && !ParsingPreprocessorDirective && in LexUnicodeIdentifierStart()1878 if (!isLexingRawMode() && !ParsingPreprocessorDirective && in LexUnicodeIdentifierStart()1954 if (!isLexingRawMode()) in LexIdentifierContinue()[all …]
142 bool isLexingRawMode() const { return LexingRawMode; } in isLexingRawMode() function