Home
last modified time | relevance | path

Searched refs:ObjCQualifiedClassTypesAreCompatible (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2971 bool ObjCQualifiedClassTypesAreCompatible(const ObjCObjectPointerType *LHS,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10105 bool ASTContext::ObjCQualifiedClassTypesAreCompatible( in ObjCQualifiedClassTypesAreCompatible() function in ASTContext
10271 return finish(ObjCQualifiedClassTypesAreCompatible(LHSOPT, RHSOPT)); in canAssignObjCInterfaces()