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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp830 if (!S.Context.propertyTypesAreCompatible(LHSType, RHSType)) {
1460 if (!Context.propertyTypesAreCompatible(LHSType, RHSType)) {
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h2215 bool propertyTypesAreCompatible(QualType, QualType);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp7330 bool ASTContext::propertyTypesAreCompatible(QualType LHS, QualType RHS) { function in class:ASTContext

Completed in 129 milliseconds