Searched refs:FindClosestMatch (Results 1 – 1 of 1) sorted by relevance
114 auto best_match = FindClosestMatch(token_list); in MaybeMatches()123 std::pair<const TokenRange*, size_t> FindClosestMatch(const TokenRange& token_list) const { in FindClosestMatch() function319 auto closest_match_res = argument_info_.FindClosestMatch(arguments); in ParseArgument()