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.h27 template <typename ValueTy> class StringMapConstIterator; variable
217 using const_iterator = StringMapConstIterator<ValueTy>;
478 class StringMapConstIterator
479 : public StringMapIterBase<StringMapConstIterator<ValueTy>,
481 using base = StringMapIterBase<StringMapConstIterator<ValueTy>,
485 StringMapConstIterator() = default;
486 explicit StringMapConstIterator(StringMapEntryBase **Bucket,
511 operator StringMapConstIterator<ValueTy>() const {
512 return StringMapConstIterator<ValueTy>(this->Ptr, true);
519 StringMapConstIterator<ValueTy>,
[all …]