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