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