Searched refs:isPreprocessedOutput (Results 1 – 3 of 3) sorted by relevance
2839 if (!isLexingRawMode() && !PP->isPreprocessedOutput() && in CheckUnicodeWhitespace()2853 !PP->isPreprocessedOutput()) { in LexUnicode()2864 !PP->isPreprocessedOutput() && in LexUnicode()3353 if (!(PP && PP->isPreprocessedOutput())) in LexTokenInternal()3641 PP->isPreprocessedOutput()) { in LexTokenInternal()
928 if (PP.isPreprocessedOutput()) in HandleCaptured()
754 bool isPreprocessedOutput() const { return PreprocessedOutput; } in isPreprocessedOutput() function