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

/external/clang/include/clang/AST/
H A DASTContext.h1791 bool propertyTypesAreCompatible(QualType, QualType);
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1208 if (!Context.propertyTypesAreCompatible(LHSType, RHSType)) {
/external/clang/lib/AST/
H A DASTContext.cpp6230 bool ASTContext::propertyTypesAreCompatible(QualType LHS, QualType RHS) { function in class:ASTContext

Completed in 93 milliseconds