Searched refs:AllowAt (Results 1 – 1 of 1) sorted by relevance
142 static bool IsIdentifierChar(char c, bool AllowAt) { in IsIdentifierChar() argument144 (c == '@' && AllowAt) || c == '?'; in IsIdentifierChar()