Lines Matching refs:ObjCInterfaceDecl
517 virtual std::string GetIVarOffsetVariableName(const ObjCInterfaceDecl *ID, in GetIVarOffsetVariableName()
524 llvm::GlobalVariable *ObjCIvarOffsetVariable(const ObjCInterfaceDecl *ID,
574 const ObjCInterfaceDecl *Class,
579 const ObjCInterfaceDecl *Class,
584 const ObjCInterfaceDecl *OID) override;
653 const ObjCInterfaceDecl *Interface,
1234 const ObjCInterfaceDecl *OID = nullptr; in GetClassVar()
1236 if ((OID = dyn_cast<ObjCInterfaceDecl>(Result))) in GetClassVar()
1243 const ObjCInterfaceDecl *OIDDef = OID->getDefinition(); in GetClassVar()
1675 std::string GetIVarOffsetVariableName(const ObjCInterfaceDecl *ID, in GetIVarOffsetVariableName()
1687 const ObjCInterfaceDecl *Interface, in EmitIvarOffset()
1706 ObjCInterfaceDecl *classDecl = in GenerateClass()
1707 const_cast<ObjCInterfaceDecl *>(OID->getClassInterface()); in GenerateClass()
1771 const ObjCInterfaceDecl * SuperClassDecl = in GenerateClass()
2305 const ObjCInterfaceDecl *OID) { in GetClass()
2391 const ObjCInterfaceDecl *IDecl = OPT->getObjectType()->getInterface(); in GetEHType()
2514 const ObjCInterfaceDecl *Class, in GenerateMessageSendSuper()
2636 const ObjCInterfaceDecl *Class, in GenerateMessageSend()
3255 const ObjCInterfaceDecl *Class = OCD->getClassInterface(); in GenerateCategory()
3331 if (const ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) in GeneratePropertyList()
3355 if (const ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) in GeneratePropertyList()
3395 ObjCInterfaceDecl *ClassDecl = in RegisterAlias()
3396 const_cast<ObjCInterfaceDecl *>(OAD->getClassInterface()); in RegisterAlias()
3405 const ObjCInterfaceDecl * SuperClassDecl = in GenerateClass()
3414 ObjCInterfaceDecl *ClassDecl = in GenerateClass()
3415 const_cast<ObjCInterfaceDecl *>(OID->getClassInterface()); in GenerateClass()
4038 const ObjCInterfaceDecl *ID, in ObjCIvarOffsetVariable()
4057 const ObjCInterfaceDecl *ID = in EmitObjCValueForIvar()
4063 static const ObjCInterfaceDecl *FindIvarInterface(ASTContext &Context, in FindIvarInterface()
4064 const ObjCInterfaceDecl *OID, in FindIvarInterface()
4073 if (const ObjCInterfaceDecl *Super = OID->getSuperClass()) in FindIvarInterface()
4080 const ObjCInterfaceDecl *Interface, in EmitIvarOffset()