Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp2180 static bool isObjCTypeSubstitutable(ASTContext &Context, in isObjCTypeSubstitutable() function
2289 if (isObjCTypeSubstitutable(S.Context, IfacePtrTy, ImplPtrTy, false)) in CheckMethodOverrideReturn()
2373 if (isObjCTypeSubstitutable(S.Context, ImplPtrTy, IfacePtrTy, true)) in CheckMethodOverrideParam()
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp2275 static bool isObjCTypeSubstitutable(ASTContext &Context, in isObjCTypeSubstitutable() function
2382 if (isObjCTypeSubstitutable(S.Context, IfacePtrTy, ImplPtrTy, false)) in CheckMethodOverrideReturn()
2466 if (isObjCTypeSubstitutable(S.Context, ImplPtrTy, IfacePtrTy, true)) in CheckMethodOverrideParam()