Lines Matching defs:Super
1853 if (const ObjCInterfaceDecl *Super = OID->getSuperClass())
1854 return hasObjCExceptionAttribute(Context, Super);
2093 llvm::Value *Super = CGF.Builder.CreateAlignedLoad(ClassTyPtr, SuperPtr,
2095 Target = Super;
3563 if (ObjCInterfaceDecl *Super = Interface->getSuperClass()) {
3565 LazySymbols.insert(Super->getIdentifier());
3567 values.add(GetClassName(Super->getObjCRuntimeNameAsString()));
3619 while (const ObjCInterfaceDecl *Super = Root->getSuperClass())
3620 Root = Super;
3625 if (ObjCInterfaceDecl *Super = ID->getClassInterface()->getSuperClass()) {
3626 values.add(GetClassName(Super->getObjCRuntimeNameAsString()));
6514 while (const ObjCInterfaceDecl *Super = Root->getSuperClass())
6515 Root = Super;
6517 const auto *Super = CI->getSuperClass();
6519 SuperClassGV = GetClassGlobal(Super, /*metaclass*/ true, NotForDefinition);
6557 const auto *Super = CI->getSuperClass();
6558 SuperClassGV = GetClassGlobal(Super, /*metaclass*/ false, NotForDefinition);