Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp7310 ObjCInterfaceDecl *LHSInterface = LHS->getInterface(); in canAssignObjCInterfaces() local
7311 bool IsSuperClass = LHSInterface->isSuperClassOf(RHS->getInterface()); in canAssignObjCInterfaces()
7350 while (!declaresSameEntity(RHSSuper->getInterface(), LHSInterface)) in canAssignObjCInterfaces()