Searched refs:GenerateProtocolMethodList (Results 1 – 1 of 1) sorted by relevance
492 virtual llvm::Constant *GenerateProtocolMethodList(505 Required = GenerateProtocolMethodList(RequiredMethods); in EmitProtocolMethodList()506 Optional = GenerateProtocolMethodList(OptionalMethods); in EmitProtocolMethodList()1156 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) override { in GenerateProtocolMethodList() function in __anon90b381c40111::CGObjCGNUstep23002 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) { in GenerateProtocolMethodList() function in CGObjCGNU3068 llvm::Constant *MethodList = GenerateProtocolMethodList({}); in GenerateEmptyProtocol()3123 GenerateProtocolMethodList(InstanceMethods); in GenerateProtocol()3125 GenerateProtocolMethodList(ClassMethods); in GenerateProtocol()3127 GenerateProtocolMethodList(OptionalInstanceMethods); in GenerateProtocol()3129 GenerateProtocolMethodList(OptionalClassMethods); in GenerateProtocol()