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