Searched refs:IntEnd (Results 1 – 1 of 1) sorted by relevance
430 const char *IntEnd = CurPtr[-1] == 'i' ? 0 : StartChar; in LexIdentifier() local435 if (!IntEnd && !isdigit(static_cast<unsigned char>(*CurPtr))) in LexIdentifier()436 IntEnd = CurPtr; in LexIdentifier()450 if (IntEnd == 0) IntEnd = CurPtr; in LexIdentifier()451 if (IntEnd != StartChar) { in LexIdentifier()452 CurPtr = IntEnd; in LexIdentifier()