Searched refs:SelfType (Results 1 – 3 of 3) sorted by relevance
915 typedef ValueIteratorBase SelfType; typedef925 bool operator==(const SelfType& other) const { return isEqual(other); }927 bool operator!=(const SelfType& other) const { return !isEqual(other); }929 difference_type operator-(const SelfType& other) const {951 difference_type computeDistance(const SelfType& other) const;953 bool isEqual(const SelfType& other) const;955 void copy(const SelfType& other);983 typedef ValueConstIterator SelfType; typedef997 SelfType& operator=(const ValueIteratorBase& other);999 SelfType operator++(int) {[all …]
77 ValueIteratorBase::computeDistance(const SelfType& other) const {111 bool ValueIteratorBase::isEqual(const SelfType& other) const {124 void ValueIteratorBase::copy(const SelfType& other) {236 ValueIterator& ValueIterator::operator=(const SelfType& other) {
662 const ObjCObjectPointerType *SelfType, ASTContext &C) { in getReturnTypeForMethod() argument667 return QualType(SelfType, 0); in getReturnTypeForMethod()