Searched refs:isPreprocessedOutput (Results 1 – 3 of 3) sorted by relevance
2811 if (!isLexingRawMode() && !PP->isPreprocessedOutput() && in CheckUnicodeWhitespace()2825 !PP->isPreprocessedOutput()) { in LexUnicode()2836 !PP->isPreprocessedOutput() && in LexUnicode()3322 if (!(PP && PP->isPreprocessedOutput())) in LexTokenInternal()3607 PP->isPreprocessedOutput()) { in LexTokenInternal()
911 if (PP.isPreprocessedOutput()) in HandleCaptured()
747 bool isPreprocessedOutput() const { return PreprocessedOutput; } in isPreprocessedOutput() function