Searched defs:StringMapConstIterator (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DStringMap.h24 class StringMapConstIterator;
261 typedef StringMapConstIterator<ValueTy> const_iterator;
415 class StringMapConstIterator { class in namespace:llvm
421 StringMapConstIterator() : Ptr(nullptr) { } function in class:llvm::StringMapConstIterator
423 explicit StringMapConstIterator(StringMapEntryBase **Bucket, function in class:llvm::StringMapConstIterator
436 bool operator==(const StringMapConstIterator &RHS) const {
439 bool operator!=(const StringMapConstIterator &RHS) const {
443 inline StringMapConstIterator& operator++() { // Preincrement
448 StringMapConstIterator operator++(int) { // Postincrement
449 StringMapConstIterator tm
[all...]

Completed in 93 milliseconds