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