Searched refs:IsIdentifierChar (Results 1 – 1 of 1) sorted by relevance
142 static bool IsIdentifierChar(char c, bool AllowAt) { in IsIdentifierChar() function153 !IsIdentifierChar(*CurPtr, AllowAtInIdentifier)) in LexIdentifier()157 while (IsIdentifierChar(*CurPtr, AllowAtInIdentifier)) in LexIdentifier()