Home
last modified time | relevance | path

Searched refs:isPreprocessedOutput (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Lex/
DLexer.cpp2839 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()
DPragma.cpp928 if (PP.isPreprocessedOutput()) in HandleCaptured()
/external/clang/include/clang/Lex/
DPreprocessor.h754 bool isPreprocessedOutput() const { return PreprocessedOutput; } in isPreprocessedOutput() function