Searched refs:IsIdentifierChar (Results 1 – 1 of 1) sorted by relevance
95 static bool IsIdentifierChar(char c) { in IsIdentifierChar() function104 if (*CurPtr == 'e' || *CurPtr == 'E' || !IsIdentifierChar(*CurPtr)) in LexIdentifier()108 while (IsIdentifierChar(*CurPtr)) in LexIdentifier()