Searched refs:TheMap (Results 1 – 1 of 1) sorted by relevance
58 MapTy TheMap; variable75 bool empty() const { return TheMap.empty(); } in empty()76 size_type size() const { return TheMap.size(); } in size()88 TheMap.clear(); in clear()93 return TheMap.count(V); in count()97 return TheMap.erase(V); in erase()100 void swap(DenseSetImpl &RHS) { TheMap.swap(RHS.TheMap); } in swap()168 return ConstIterator(TheMap.find(V)); in find()178 return Iterator(TheMap.find_as(Val)); in find_as()182 return ConstIterator(TheMap.find_as(Val)); in find_as()[all …]