Home
last modified time | relevance | path

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

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