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