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