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

/external/clang/lib/Lex/
H A DLexer.cpp1102 if (!L->isLexingRawMode())
1107 if (!L->isLexingRawMode())
1251 if (Ptr[0] != '\n' && Ptr[0] != '\r' && Tok && !isLexingRawMode())
1441 if (!isLexingRawMode())
1468 if (!isLexingRawMode())
1524 if (!isLexingRawMode())
1604 if (!isLexingRawMode())
1646 if (!isLexingRawMode())
1693 if (!isLexingRawMode())
1723 if (!isLexingRawMode()
[all...]
/external/clang/include/clang/Lex/
H A DPreprocessorLexer.h148 bool isLexingRawMode() const { return LexingRawMode; } function in class:clang::PreprocessorLexer

Completed in 3202 milliseconds