Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp7349 const ObjCObjectType *RHSSuper = RHS; in canAssignObjCInterfaces() local
7350 while (!declaresSameEntity(RHSSuper->getInterface(), LHSInterface)) in canAssignObjCInterfaces()
7351 RHSSuper = RHSSuper->getSuperClassType()->castAs<ObjCObjectType>(); in canAssignObjCInterfaces()
7354 if (RHSSuper->isSpecialized() && in canAssignObjCInterfaces()
7356 LHS->getTypeArgs(), RHSSuper->getTypeArgs(), in canAssignObjCInterfaces()