Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp7242 const ObjCObjectType *RHSSuper = RHS; in canAssignObjCInterfaces() local
7243 while (!declaresSameEntity(RHSSuper->getInterface(), LHSInterface)) in canAssignObjCInterfaces()
7244 RHSSuper = RHSSuper->getSuperClassType()->castAs<ObjCObjectType>(); in canAssignObjCInterfaces()
7247 if (RHSSuper->isSpecialized() && in canAssignObjCInterfaces()
7249 LHS->getTypeArgs(), RHSSuper->getTypeArgs(), in canAssignObjCInterfaces()