Lines Matching refs:Super
1704 if (const ObjCInterfaceDecl *Super = OID->getSuperClass()) in hasObjCExceptionAttribute() local
1705 return hasObjCExceptionAttribute(Context, Super); in hasObjCExceptionAttribute()
1820 llvm::Value *Super = CGF.Builder.CreateLoad(SuperPtr); in GenerateMessageSendSuper() local
1821 Target = Super; in GenerateMessageSendSuper()
3105 if (ObjCInterfaceDecl *Super = Interface->getSuperClass()) { in GenerateClass() local
3107 LazySymbols.insert(Super->getIdentifier()); in GenerateClass()
3110 llvm::ConstantExpr::getBitCast(GetClassName(Super->getIdentifier()), in GenerateClass()
3165 while (const ObjCInterfaceDecl *Super = Root->getSuperClass()) in EmitMetaClass() local
3166 Root = Super; in EmitMetaClass()
3173 if (ObjCInterfaceDecl *Super = ID->getClassInterface()->getSuperClass()) { in EmitMetaClass() local
3175 llvm::ConstantExpr::getBitCast(GetClassName(Super->getIdentifier()), in EmitMetaClass()
5857 while (const ObjCInterfaceDecl *Super = Root->getSuperClass()) in GenerateClass() local
5858 Root = Super; in GenerateClass()