Searched refs:GenerateProtocolMethodList (Results 1 – 1 of 1) sorted by relevance
493 virtual llvm::Constant *GenerateProtocolMethodList(506 Required = GenerateProtocolMethodList(RequiredMethods); in EmitProtocolMethodList()507 Optional = GenerateProtocolMethodList(OptionalMethods); in EmitProtocolMethodList()1173 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) override { in GenerateProtocolMethodList() function in __anonaf5ecb460111::CGObjCGNUstep23210 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) { in GenerateProtocolMethodList() function in CGObjCGNU3276 llvm::Constant *MethodList = GenerateProtocolMethodList({}); in GenerateEmptyProtocol()3330 GenerateProtocolMethodList(InstanceMethods); in GenerateProtocol()3332 GenerateProtocolMethodList(ClassMethods); in GenerateProtocol()3334 GenerateProtocolMethodList(OptionalInstanceMethods); in GenerateProtocol()3336 GenerateProtocolMethodList(OptionalClassMethods); in GenerateProtocol()