Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2847 bool ObjCQualifiedIdTypesAreCompatible(const ObjCObjectPointerType *LHS,
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp9566 bool ASTContext::ObjCQualifiedIdTypesAreCompatible( in ObjCQualifiedIdTypesAreCompatible() function in ASTContext
9709 return finish(ObjCQualifiedIdTypesAreCompatible(LHSOPT, RHSOPT, false)); in canAssignObjCInterfaces()
9769 return finish(ObjCQualifiedIdTypesAreCompatible(LHSOPT, RHSOPT, false) || in canAssignObjCInterfacesInBlockPointer()
9772 ObjCQualifiedIdTypesAreCompatible(RHSOPT, LHSOPT, false))); in canAssignObjCInterfacesInBlockPointer()
9774 return finish(ObjCQualifiedIdTypesAreCompatible( in canAssignObjCInterfacesInBlockPointer()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp2315 Context.ObjCQualifiedIdTypesAreCompatible(A, B, false); in isObjCTypeSubstitutable()
H A DSemaExpr.cpp9102 Context.ObjCQualifiedIdTypesAreCompatible(LHSOPT, RHSOPT, in FindCompositeObjCPointerType()