Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLexer.cpp1708 !PP->isPreprocessedOutput()) in tryConsumeIdentifierUCN()
1755 !PP->isPreprocessedOutput()) in tryConsumeIdentifierUTF8Char()
1782 !PP->isPreprocessedOutput()) { in LexUnicodeIdentifierStart()
1798 !PP->isPreprocessedOutput() && !isASCII(*BufferPtr) && in LexUnicodeIdentifierStart()
3532 if (!isLexingRawMode() && !PP->isPreprocessedOutput() && in CheckUnicodeWhitespace()
4020 if (!(PP && PP->isPreprocessedOutput())) in LexTokenInternal()
4332 PP->isPreprocessedOutput()) { in LexTokenInternal()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h1262 bool isPreprocessedOutput() const { return PreprocessedOutput; } in isPreprocessedOutput() function