Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1778 !PP->isPreprocessedOutput()) in tryConsumeIdentifierUCN()
1831 !PP->isPreprocessedOutput()) in tryConsumeIdentifierUTF8Char()
1863 !PP->isPreprocessedOutput()) { in LexUnicodeIdentifierStart()
1879 !PP->isPreprocessedOutput() && !isASCII(*BufferPtr) && in LexUnicodeIdentifierStart()
3660 if (!isLexingRawMode() && !PP->isPreprocessedOutput() && in CheckUnicodeWhitespace()
4148 if (!(PP && PP->isPreprocessedOutput())) in LexTokenInternal()
4458 PP->isPreprocessedOutput()) { in LexTokenInternal()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1281 bool isPreprocessedOutput() const { return PreprocessedOutput; } in isPreprocessedOutput() function