Searched refs:isRawLex (Results 1 – 1 of 1) sorted by relevance
2886 bool isRawLex = isLexingRawMode(); in Lex() local2887 (void) isRawLex; in Lex()2890 assert((returnedToken || !isRawLex) && "Raw lex must succeed"); in Lex()