Searched refs:FunctionRecordIterator (Results 1 – 2 of 2) sorted by relevance
330 class FunctionRecordIterator331 : public iterator_facade_base<FunctionRecordIterator,341 FunctionRecordIterator(ArrayRef<FunctionRecord> Records_,347 FunctionRecordIterator() : Current(Records.begin()) {} in FunctionRecordIterator() function349 bool operator==(const FunctionRecordIterator &RHS) const {355 FunctionRecordIterator &operator++() {580 iterator_range<FunctionRecordIterator> getCoveredFunctions() const { in getCoveredFunctions()581 return make_range(FunctionRecordIterator(Functions), in getCoveredFunctions()582 FunctionRecordIterator()); in getCoveredFunctions()586 iterator_range<FunctionRecordIterator>[all …]
189 void FunctionRecordIterator::skipOtherFiles() { in skipOtherFiles()194 *this = FunctionRecordIterator(); in skipOtherFiles()