Searched refs:FunctionRecordIterator (Results 1 – 2 of 2) sorted by relevance
245 class FunctionRecordIterator246 : public iterator_facade_base<FunctionRecordIterator,256 FunctionRecordIterator(ArrayRef<FunctionRecord> Records_,262 FunctionRecordIterator() : Current(Records.begin()) {} in FunctionRecordIterator() function264 bool operator==(const FunctionRecordIterator &RHS) const {270 FunctionRecordIterator &operator++() {390 iterator_range<FunctionRecordIterator> getCoveredFunctions() const { in getCoveredFunctions()391 return make_range(FunctionRecordIterator(Functions), in getCoveredFunctions()392 FunctionRecordIterator()); in getCoveredFunctions()396 iterator_range<FunctionRecordIterator>[all …]
172 void FunctionRecordIterator::skipOtherFiles() { in skipOtherFiles()177 *this = FunctionRecordIterator(); in skipOtherFiles()