Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMap.h26 template <typename ValueTy> class StringMapConstIterator; variable
216 using const_iterator = StringMapConstIterator<ValueTy>;
477 class StringMapConstIterator
478 : public StringMapIterBase<StringMapConstIterator<ValueTy>,
480 using base = StringMapIterBase<StringMapConstIterator<ValueTy>,
484 StringMapConstIterator() = default;
485 explicit StringMapConstIterator(StringMapEntryBase **Bucket,
510 operator StringMapConstIterator<ValueTy>() const {
511 return StringMapConstIterator<ValueTy>(this->Ptr, true);
518 StringMapConstIterator<ValueTy>,
[all …]