Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaObjCProperty.cpp792 if (!S.Context.propertyTypesAreCompatible(LHSType, RHSType)) { in DiagnosePropertyMismatchDeclInProtocols()
1377 if (!Context.propertyTypesAreCompatible(LHSType, RHSType)) { in DiagnosePropertyMismatch()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h1961 bool propertyTypesAreCompatible(QualType, QualType);
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp6877 bool ASTContext::propertyTypesAreCompatible(QualType LHS, QualType RHS) { in propertyTypesAreCompatible() function in ASTContext