Searched refs:IsIdChar (Results 1 – 1 of 1) sorted by relevance
750 static bool IsIdChar(char c) { in IsIdChar() function in __anon6439b5e00111::CodeComplete783 while (!cmd.empty() && IsIdChar(cmd.back())) { in removeLastToken()