Home
last modified time | relevance | path

Searched refs:ObjCQualifiedIdTypesAreCompatible (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2878 bool ObjCQualifiedIdTypesAreCompatible(const ObjCObjectPointerType *LHS,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9673 bool ASTContext::ObjCQualifiedIdTypesAreCompatible( in ObjCQualifiedIdTypesAreCompatible() function in ASTContext
9816 return finish(ObjCQualifiedIdTypesAreCompatible(LHSOPT, RHSOPT, false)); in canAssignObjCInterfaces()
9876 return finish(ObjCQualifiedIdTypesAreCompatible(LHSOPT, RHSOPT, false) || in canAssignObjCInterfacesInBlockPointer()
9879 ObjCQualifiedIdTypesAreCompatible(RHSOPT, LHSOPT, false))); in canAssignObjCInterfacesInBlockPointer()
9881 return finish(ObjCQualifiedIdTypesAreCompatible( in canAssignObjCInterfacesInBlockPointer()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2315 Context.ObjCQualifiedIdTypesAreCompatible(A, B, false); in isObjCTypeSubstitutable()
H A DSemaExpr.cpp9445 Context.ObjCQualifiedIdTypesAreCompatible(LHSOPT, RHSOPT, in FindCompositeObjCPointerType()