Home
last modified time | relevance | path

Searched refs:propertyTypesAreCompatible (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaObjCProperty.cpp781 if (!S.Context.propertyTypesAreCompatible(LHSType, RHSType)) { in DiagnosePropertyMismatchDeclInProtocols()
1374 if (!Context.propertyTypesAreCompatible(LHSType, RHSType)) { in DiagnosePropertyMismatch()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h2124 bool propertyTypesAreCompatible(QualType, QualType);
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp7214 bool ASTContext::propertyTypesAreCompatible(QualType LHS, QualType RHS) { in propertyTypesAreCompatible() function in ASTContext