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

/external/clang/lib/Lex/
H A DLexer.cpp2918 bool isRawLex = isLexingRawMode(); local
2919 (void) isRawLex;
2922 assert((returnedToken || !isRawLex) && "Raw lex must succeed");

Completed in 103 milliseconds