Searched refs:StringMapConstIterator (Results 1 – 2 of 2) sorted by relevance
26 template <typename ValueTy> class StringMapConstIterator; variable200 using const_iterator = StringMapConstIterator<ValueTy>;431 class StringMapConstIterator432 : public StringMapIterBase<StringMapConstIterator<ValueTy>,434 using base = StringMapIterBase<StringMapConstIterator<ValueTy>,438 StringMapConstIterator() = default;439 explicit StringMapConstIterator(StringMapEntryBase **Bucket,464 operator StringMapConstIterator<ValueTy>() const {465 return StringMapConstIterator<ValueTy>(this->Ptr, true);472 StringMapConstIterator<ValueTy>,[all …]
44 llvm::StringMapConstIterator<bool> Pair = InterfaceMap.find(Name); in getInterfaceStatus()