Searched refs:ranges_it (Results 1 – 1 of 1) sorted by relevance
980 for (vector<Module::Range>::const_iterator ranges_it = ranges.cbegin(); in FillSortedFunctionRanges() local981 ranges_it != ranges.cend(); in FillSortedFunctionRanges()982 ++ranges_it) { in FillSortedFunctionRanges()983 FunctionRange range(*ranges_it, func); in FillSortedFunctionRanges()