Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h1973 bool ObjCQualifiedIdTypesAreCompatible(QualType LHS, QualType RHS,
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp6492 bool ASTContext::ObjCQualifiedIdTypesAreCompatible(QualType lhs, QualType rhs, in ObjCQualifiedIdTypesAreCompatible() function in ASTContext
6639 return ObjCQualifiedIdTypesAreCompatible(QualType(LHSOPT,0), in canAssignObjCInterfaces()
6671 return ObjCQualifiedIdTypesAreCompatible(QualType(LHSOPT,0), in canAssignObjCInterfacesInBlockPointer()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDeclObjC.cpp1291 Context.ObjCQualifiedIdTypesAreCompatible(QualType(A, 0), in isObjCTypeSubstitutable()
DSemaOverload.cpp2185 Context.ObjCQualifiedIdTypesAreCompatible(ToType, FromType, in isObjCPointerConversion()
DSemaExpr.cpp5708 Context.ObjCQualifiedIdTypesAreCompatible(LHSTy, RHSTy, true)) { in FindCompositeObjCPointerType()