reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1200 T *operator*() const { return cast_or_null<T>(*I); } 1203 ++I; 1209 ++I; 1213 bool operator==(const TypedMDOperandIterator &X) const { return I == X.I; } 1213 bool operator==(const TypedMDOperandIterator &X) const { return I == X.I; } 1214 bool operator!=(const TypedMDOperandIterator &X) const { return I != X.I; } 1214 bool operator!=(const TypedMDOperandIterator &X) const { return I != X.I; }