Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp9282 ObjCInterfaceDecl *LHSInterface = LHS->getInterface(); in canAssignObjCInterfaces() local
9283 bool IsSuperClass = LHSInterface->isSuperClassOf(RHS->getInterface()); in canAssignObjCInterfaces()
9322 while (!declaresSameEntity(RHSSuper->getInterface(), LHSInterface)) in canAssignObjCInterfaces()