Home
last modified time | relevance | path

Searched defs:ObjCPtr (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/common/apple/
DObjCPtr.h33 constexpr ObjCPtr(std::nullptr_t other) {} in ObjCPtr() function
67 ObjCPtr<T>::ObjCPtr(PtrType other) : mObject(other) in ObjCPtr() function
75 ObjCPtr<T>::ObjCPtr(const ObjCPtr &other) : ObjCPtr(other.mObject) in ObjCPtr() function
80 constexpr ObjCPtr<T>::ObjCPtr(ObjCPtr<U> &&other) : mObject(other.leakObject()) in ObjCPtr() function
117 constexpr ObjCPtr<T>::ObjCPtr(PtrType other, AdoptTag) : mObject(other) in ObjCPtr() function
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3728 const ObjCObjectPointerType *ObjCPtr in CodeCompleteMemberReferenceExpr() local
3743 if (const ObjCObjectPointerType *ObjCPtr in CodeCompleteMemberReferenceExpr() local
DSemaDeclObjC.cpp3591 else if (const ObjCObjectPointerType *ObjCPtr = in SelectorsForTypoCorrection() local