Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DLexer.cpp2813 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()
H A DPragma.cpp899 if (PP.isPreprocessedOutput()) in HandleCaptured()
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h565 bool isPreprocessedOutput() const { return PreprocessedOutput; } in isPreprocessedOutput() function