Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp944 if (!S.Context.propertyTypesAreCompatible(LHSType, RHSType)) { in SelectPropertyForSynthesisFromProtocols()
1694 if (!Context.propertyTypesAreCompatible(LHSType, RHSType)) { in DiagnosePropertyMismatch()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2826 bool propertyTypesAreCompatible(QualType, QualType);
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp10140 bool ASTContext::propertyTypesAreCompatible(QualType LHS, QualType RHS) { in propertyTypesAreCompatible() function in ASTContext