Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp1661 !PP->isPreprocessedOutput()) in tryConsumeIdentifierUCN()
1701 !PP->isPreprocessedOutput()) in tryConsumeIdentifierUTF8Char()
1724 !PP->isPreprocessedOutput()) { in LexUnicodeIdentifierStart()
1737 !PP->isPreprocessedOutput() && !isASCII(*BufferPtr) && in LexUnicodeIdentifierStart()
3463 if (!isLexingRawMode() && !PP->isPreprocessedOutput() && in CheckUnicodeWhitespace()
3952 if (!(PP && PP->isPreprocessedOutput())) in LexTokenInternal()
4264 PP->isPreprocessedOutput()) { in LexTokenInternal()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h1135 bool isPreprocessedOutput() const { return PreprocessedOutput; } in isPreprocessedOutput() function