Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/ !
H A DSemaObjCProperty.cpp929 if (!S.Context.propertyTypesAreCompatible(LHSType, RHSType)) { in SelectPropertyForSynthesisFromProtocols()
1672 if (!Context.propertyTypesAreCompatible(LHSType, RHSType)) { in DiagnosePropertyMismatch()
/src/contrib/llvm-project/clang/include/clang/AST/ !
H A DASTContext.h2946 bool propertyTypesAreCompatible(QualType, QualType);
/src/contrib/llvm-project/clang/lib/AST/ !
H A DASTContext.cpp10700 bool ASTContext::propertyTypesAreCompatible(QualType LHS, QualType RHS) { in propertyTypesAreCompatible() function in ASTContext