Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10654 const ObjCObjectType *RHSSuper = RHS; in canAssignObjCInterfaces() local
10655 while (!declaresSameEntity(RHSSuper->getInterface(), LHSInterface)) in canAssignObjCInterfaces()
10656 RHSSuper = RHSSuper->getSuperClassType()->castAs<ObjCObjectType>(); in canAssignObjCInterfaces()
10659 if (RHSSuper->isSpecialized() && in canAssignObjCInterfaces()
10661 LHS->getTypeArgs(), RHSSuper->getTypeArgs(), in canAssignObjCInterfaces()