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

/openbsd-current/gnu/llvm/clang/lib/Lex/
H A DLexer.cpp1203 if (L && !L->isLexingRawMode())
1208 if (L && !L->isLexingRawMode())
1357 if (Ptr[0] != '\n' && Ptr[0] != '\r' && Tok && !isLexingRawMode())
1707 if (!isLexingRawMode() && !ParsingPreprocessorDirective &&
1717 } else if (!isLexingRawMode()) {
1754 if (!isLexingRawMode() && !ParsingPreprocessorDirective &&
1762 } else if (!isLexingRawMode()) {
1781 if (!isLexingRawMode() && !ParsingPreprocessorDirective &&
1797 if (!isLexingRawMode() && !ParsingPreprocessorDirective &&
1845 if (!isLexingRawMode())
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessorLexer.h142 bool isLexingRawMode() const { return LexingRawMode; } function in class:clang::PreprocessorLexer

Completed in 190 milliseconds