Searched defs:ObjCPtr (Results 1 – 3 of 3) sorted by relevance
33 constexpr ObjCPtr(std::nullptr_t other) {} in ObjCPtr() function67 ObjCPtr<T>::ObjCPtr(PtrType other) : mObject(other) in ObjCPtr() function75 ObjCPtr<T>::ObjCPtr(const ObjCPtr &other) : ObjCPtr(other.mObject) in ObjCPtr() function80 constexpr ObjCPtr<T>::ObjCPtr(ObjCPtr<U> &&other) : mObject(other.leakObject()) in ObjCPtr() function117 constexpr ObjCPtr<T>::ObjCPtr(PtrType other, AdoptTag) : mObject(other) in ObjCPtr() function
3728 const ObjCObjectPointerType *ObjCPtr in CodeCompleteMemberReferenceExpr() local3743 if (const ObjCObjectPointerType *ObjCPtr in CodeCompleteMemberReferenceExpr() local
3591 else if (const ObjCObjectPointerType *ObjCPtr = in SelectorsForTypoCorrection() local