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