Searched refs:LocationLists (Results 1 – 2 of 2) sorted by relevance
41 typedef SmallVector<LocationList, 4> LocationLists; typedef45 LocationLists Locations;
18 for (LocationLists::const_iterator I = Locations.begin(), E = Locations.end(); I != E; ++I) { in dump()