Searched refs:isPreprocessedOutput (Results 1 – 2 of 2) sorted by relevance
1797 !PP->isPreprocessedOutput()) in tryConsumeIdentifierUCN()1850 !PP->isPreprocessedOutput()) in tryConsumeIdentifierUTF8Char()1882 !PP->isPreprocessedOutput()) { in LexUnicodeIdentifierStart()1898 !PP->isPreprocessedOutput() && !isASCII(*BufferPtr) && in LexUnicodeIdentifierStart()3685 if (!isLexingRawMode() && !PP->isPreprocessedOutput() && in CheckUnicodeWhitespace()4173 if (!(PP && PP->isPreprocessedOutput())) in LexTokenInternal()4482 PP->isPreprocessedOutput()) { in LexTokenInternal()
1292 bool isPreprocessedOutput() const { return PreprocessedOutput; } in isPreprocessedOutput() function