Searched refs:isPreprocessedOutput (Results 1 – 3 of 3) sorted by relevance
2813 if (!isLexingRawMode() && !PP->isPreprocessedOutput() && in CheckUnicodeWhitespace()2827 !PP->isPreprocessedOutput()) { in LexUnicode()2838 !PP->isPreprocessedOutput() && in LexUnicode()3324 if (!(PP && PP->isPreprocessedOutput())) in LexTokenInternal()3609 PP->isPreprocessedOutput()) { in LexTokenInternal()
899 if (PP.isPreprocessedOutput()) in HandleCaptured()
565 bool isPreprocessedOutput() const { return PreprocessedOutput; } in isPreprocessedOutput() function