Searched refs:GenerateProtocolMethodList (Results 1 – 1 of 1) sorted by relevance
491 virtual llvm::Constant *GenerateProtocolMethodList(504 Required = GenerateProtocolMethodList(RequiredMethods); in EmitProtocolMethodList()505 Optional = GenerateProtocolMethodList(OptionalMethods); in EmitProtocolMethodList()1172 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) override { in GenerateProtocolMethodList() function in __anonbab9bb100111::CGObjCGNUstep23209 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) { in GenerateProtocolMethodList() function in CGObjCGNU3275 llvm::Constant *MethodList = GenerateProtocolMethodList({}); in GenerateEmptyProtocol()3329 GenerateProtocolMethodList(InstanceMethods); in GenerateProtocol()3331 GenerateProtocolMethodList(ClassMethods); in GenerateProtocol()3333 GenerateProtocolMethodList(OptionalInstanceMethods); in GenerateProtocol()3335 GenerateProtocolMethodList(OptionalClassMethods); in GenerateProtocol()