Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp3070 if (!isLexingRawMode() && !PP->isPreprocessedOutput() && in CheckUnicodeWhitespace()
3084 !PP->isPreprocessedOutput()) { in LexUnicode()
3097 !PP->isPreprocessedOutput() && in LexUnicode()
3590 if (!(PP && PP->isPreprocessedOutput())) in LexTokenInternal()
3902 PP->isPreprocessedOutput()) { in LexTokenInternal()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h876 bool isPreprocessedOutput() const { return PreprocessedOutput; } in isPreprocessedOutput() function