Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp8789 bool ASTContext::ObjCQualifiedIdTypesAreCompatible( in ObjCQualifiedIdTypesAreCompatible() function in ASTContext
8932 return finish(ObjCQualifiedIdTypesAreCompatible(LHSOPT, RHSOPT, false)); in canAssignObjCInterfaces()
8992 return finish(ObjCQualifiedIdTypesAreCompatible(LHSOPT, RHSOPT, false) || in canAssignObjCInterfacesInBlockPointer()
8995 ObjCQualifiedIdTypesAreCompatible(RHSOPT, LHSOPT, false))); in canAssignObjCInterfacesInBlockPointer()
8997 return finish(ObjCQualifiedIdTypesAreCompatible( in canAssignObjCInterfacesInBlockPointer()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2679 bool ObjCQualifiedIdTypesAreCompatible(const ObjCObjectPointerType *LHS,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp2288 Context.ObjCQualifiedIdTypesAreCompatible(A, B, false); in isObjCTypeSubstitutable()
H A DSemaExpr.cpp8455 Context.ObjCQualifiedIdTypesAreCompatible(LHSOPT, RHSOPT, in FindCompositeObjCPointerType()