Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp8363 ObjCInterfaceDecl *LHSInterface = LHS->getInterface(); in canAssignObjCInterfaces() local
8364 bool IsSuperClass = LHSInterface->isSuperClassOf(RHS->getInterface()); in canAssignObjCInterfaces()
8403 while (!declaresSameEntity(RHSSuper->getInterface(), LHSInterface)) in canAssignObjCInterfaces()