Searched refs:AllowAt (Results 1 – 1 of 1) sorted by relevance
148 static bool isIdentifierChar(char C, bool AllowAt, bool AllowHash) { in isIdentifierChar() argument150 (AllowAt && C == '@') || (AllowHash && C == '#'); in isIdentifierChar()