Home
last modified time | relevance | path

Searched refs:IfacePtrTy (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclObjC.cpp2283 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/
DSemaDeclObjC.cpp2376 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()