Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp3107 if (!isLexingRawMode() && !PP->isPreprocessedOutput() && in CheckUnicodeWhitespace()
3121 !PP->isPreprocessedOutput()) { in LexUnicode()
3134 !PP->isPreprocessedOutput() && in LexUnicode()
3633 if (!(PP && PP->isPreprocessedOutput())) in LexTokenInternal()
3945 PP->isPreprocessedOutput()) { in LexTokenInternal()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h988 bool isPreprocessedOutput() const { return PreprocessedOutput; } in isPreprocessedOutput() function