Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp830 if (!S.Context.propertyTypesAreCompatible(LHSType, RHSType)) { in DiagnosePropertyMismatchDeclInProtocols()
1460 if (!Context.propertyTypesAreCompatible(LHSType, RHSType)) { in DiagnosePropertyMismatch()
/external/clang/include/clang/AST/
DASTContext.h2210 bool propertyTypesAreCompatible(QualType, QualType);
/external/clang/lib/AST/
DASTContext.cpp7288 bool ASTContext::propertyTypesAreCompatible(QualType LHS, QualType RHS) { in propertyTypesAreCompatible() function in ASTContext