Home
last modified time | relevance | path

Searched refs:StringMapConstIterator (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMap.h26 template <typename ValueTy> class StringMapConstIterator; variable
201 using const_iterator = StringMapConstIterator<ValueTy>;
443 class StringMapConstIterator
444 : public StringMapIterBase<StringMapConstIterator<ValueTy>,
446 using base = StringMapIterBase<StringMapConstIterator<ValueTy>,
450 StringMapConstIterator() = default;
451 explicit StringMapConstIterator(StringMapEntryBase **Bucket,
476 operator StringMapConstIterator<ValueTy>() const {
477 return StringMapConstIterator<ValueTy>(this->Ptr, true);
484 StringMapConstIterator<ValueTy>,
[all …]