Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp3141 if (!isLexingRawMode() && !PP->isPreprocessedOutput() && in CheckUnicodeWhitespace()
3155 !PP->isPreprocessedOutput()) { in LexUnicode()
3168 !PP->isPreprocessedOutput() && in LexUnicode()
3667 if (!(PP && PP->isPreprocessedOutput())) in LexTokenInternal()
3979 PP->isPreprocessedOutput()) { in LexTokenInternal()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h989 bool isPreprocessedOutput() const { return PreprocessedOutput; } in isPreprocessedOutput() function