Searched refs:loc_iterator (Results 1 – 2 of 2) sorted by relevance
84 typedef const SourceLocation *loc_iterator; typedef85 loc_iterator loc_begin() const { return Locations; } in loc_begin()86 loc_iterator loc_end() const { return Locations + size(); } in loc_end()1302 typedef ObjCProtocolList::loc_iterator protocol_loc_iterator;2040 typedef ObjCProtocolList::loc_iterator protocol_loc_iterator;2253 typedef ObjCProtocolList::loc_iterator protocol_loc_iterator;
110 using loc_iterator = const SourceLocation *; variable112 loc_iterator loc_begin() const { return Locations; } in loc_begin()113 loc_iterator loc_end() const { return Locations + size(); } in loc_end()1390 using protocol_loc_iterator = ObjCProtocolList::loc_iterator;2145 using protocol_loc_iterator = ObjCProtocolList::loc_iterator;2373 using protocol_loc_iterator = ObjCProtocolList::loc_iterator;