Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDLexer.cpp2807 if (!isLexingRawMode() && !PP->isPreprocessedOutput() && in CheckUnicodeWhitespace()
2821 !PP->isPreprocessedOutput()) { in LexUnicode()
2832 !PP->isPreprocessedOutput() && in LexUnicode()
3318 if (!(PP && PP->isPreprocessedOutput())) in LexTokenInternal()
3603 PP->isPreprocessedOutput()) { in LexTokenInternal()
HDPragma.cpp907 if (PP.isPreprocessedOutput()) in HandleCaptured()
/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDPreprocessor.h742 bool isPreprocessedOutput() const { return PreprocessedOutput; } in isPreprocessedOutput() function