Searched refs:closest_match_res (Results 1 – 1 of 1) sorted by relevance
319 auto closest_match_res = argument_info_.FindClosestMatch(arguments); in ParseArgument() local320 size_t best_match_size = closest_match_res.second; in ParseArgument()321 const TokenRange* best_match_arg_def = closest_match_res.first; in ParseArgument()