Searched refs:ObjT (Results 1 – 5 of 5) sorted by relevance
/external/chromium/base/ |
D | tuple.h | 539 template <class ObjT, class Method> 540 inline void DispatchToMethod(ObjT* obj, Method method, const Tuple0& arg) { 544 template <class ObjT, class Method, class A> 545 inline void DispatchToMethod(ObjT* obj, Method method, const A& arg) { 549 template <class ObjT, class Method, class A> 550 inline void DispatchToMethod(ObjT* obj, Method method, const Tuple1<A>& arg) { 554 template<class ObjT, class Method, class A, class B> 555 inline void DispatchToMethod(ObjT* obj, 561 template<class ObjT, class Method, class A, class B, class C> 562 inline void DispatchToMethod(ObjT* obj, Method method, [all …]
|
/external/clang/lib/ARCMigrate/ |
D | Transforms.cpp | 46 if (const ObjCObjectPointerType *ObjT = T->getAs<ObjCObjectPointerType>()) { in canApplyWeak() local 47 ObjCInterfaceDecl *Class = ObjT->getInterfaceDecl(); in canApplyWeak()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 787 if (const ObjCObjectType *ObjT = Result->getAs<ObjCObjectType>()) { in ConvertDeclSpecToType() local 790 if (ObjT->getNumProtocols()) in ConvertDeclSpecToType() 791 Result = ObjT->getBaseType(); in ConvertDeclSpecToType() 3449 if (const ObjCObjectPointerType *ObjT = T->getAs<ObjCObjectPointerType>()) { in handleObjCOwnershipTypeAttr() local 3450 ObjCInterfaceDecl *Class = ObjT->getInterfaceDecl(); in handleObjCOwnershipTypeAttr() 3453 S.Diag(ObjT->getInterfaceDecl()->getLocation(), in handleObjCOwnershipTypeAttr()
|
D | SemaObjCProperty.cpp | 711 if (const ObjCObjectPointerType *ObjT = in ActOnPropertyImplDecl() local 713 if (ObjT->getInterfaceDecl()->isArcWeakrefUnavailable()) { in ActOnPropertyImplDecl()
|
D | SemaExprObjC.cpp | 3050 if (const ObjCObjectPointerType *ObjT = in CheckObjCARCUnavailableWeakConversion() local 3052 if (ObjT->getInterfaceDecl()->isArcWeakrefUnavailable()) in CheckObjCARCUnavailableWeakConversion()
|