Searched refs:ObjCQualifiedIdTypesAreCompatible (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | ASTContext.h | 1973 bool ObjCQualifiedIdTypesAreCompatible(QualType LHS, QualType RHS,
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | ASTContext.cpp | 6492 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/ |
| D | SemaDeclObjC.cpp | 1291 Context.ObjCQualifiedIdTypesAreCompatible(QualType(A, 0), in isObjCTypeSubstitutable()
|
| D | SemaOverload.cpp | 2185 Context.ObjCQualifiedIdTypesAreCompatible(ToType, FromType, in isObjCPointerConversion()
|
| D | SemaExpr.cpp | 5708 Context.ObjCQualifiedIdTypesAreCompatible(LHSTy, RHSTy, true)) { in FindCompositeObjCPointerType()
|