Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
HDLexer.cpp1267 if (L && !L->isLexingRawMode()) in DecodeTrigraphChar()
1272 if (L && !L->isLexingRawMode()) in DecodeTrigraphChar()
1422 if (Ptr[0] != '\n' && Ptr[0] != '\r' && Tok && !isLexingRawMode()) in getCharAndSizeSlow()
1777 if (!isLexingRawMode() && !ParsingPreprocessorDirective && in tryConsumeIdentifierUCN()
1787 } else if (!isLexingRawMode()) { in tryConsumeIdentifierUCN()
1830 if (!isLexingRawMode() && !ParsingPreprocessorDirective && in tryConsumeIdentifierUTF8Char()
1838 } else if (!isLexingRawMode()) { in tryConsumeIdentifierUTF8Char()
1862 if (!isLexingRawMode() && !ParsingPreprocessorDirective && in LexUnicodeIdentifierStart()
1878 if (!isLexingRawMode() && !ParsingPreprocessorDirective && in LexUnicodeIdentifierStart()
1954 if (!isLexingRawMode()) in LexIdentifierContinue()
[all …]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
HDPreprocessorLexer.h142 bool isLexingRawMode() const { return LexingRawMode; } in isLexingRawMode() function