Searched refs:IfacePtrTy (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 2283 if (const ObjCObjectPointerType *IfacePtrTy = in CheckMethodOverrideReturn() local 2289 if (isObjCTypeSubstitutable(S.Context, IfacePtrTy, ImplPtrTy, false)) in CheckMethodOverrideReturn() 2367 if (const ObjCObjectPointerType *IfacePtrTy = in CheckMethodOverrideParam() local 2373 if (isObjCTypeSubstitutable(S.Context, ImplPtrTy, IfacePtrTy, true)) in CheckMethodOverrideParam()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 2376 if (const ObjCObjectPointerType *IfacePtrTy = in CheckMethodOverrideReturn() local 2382 if (isObjCTypeSubstitutable(S.Context, IfacePtrTy, ImplPtrTy, false)) in CheckMethodOverrideReturn() 2460 if (const ObjCObjectPointerType *IfacePtrTy = in CheckMethodOverrideParam() local 2466 if (isObjCTypeSubstitutable(S.Context, ImplPtrTy, IfacePtrTy, true)) in CheckMethodOverrideParam()
|