Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp10055 ObjCInterfaceDecl *LHSInterface = LHS->getInterface(); in canAssignObjCInterfaces() local
10056 bool IsSuperClass = LHSInterface->isSuperClassOf(RHS->getInterface()); in canAssignObjCInterfaces()
10095 while (!declaresSameEntity(RHSSuper->getInterface(), LHSInterface)) in canAssignObjCInterfaces()