Searched refs:GenerateProtocolMethodList (Results 1 – 1 of 1) sorted by relevance
501 virtual llvm::Constant *GenerateProtocolMethodList(514 Required = GenerateProtocolMethodList(RequiredMethods); in EmitProtocolMethodList()515 Optional = GenerateProtocolMethodList(OptionalMethods); in EmitProtocolMethodList()1133 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) override { in GenerateProtocolMethodList() function in __anon0fc3211f0111::CGObjCGNUstep22883 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) { in GenerateProtocolMethodList() function in CGObjCGNU2943 llvm::Constant *MethodList = GenerateProtocolMethodList({}); in GenerateEmptyProtocol()2995 GenerateProtocolMethodList(InstanceMethods); in GenerateProtocol()2997 GenerateProtocolMethodList(ClassMethods); in GenerateProtocol()2999 GenerateProtocolMethodList(OptionalInstanceMethods); in GenerateProtocol()3001 GenerateProtocolMethodList(OptionalClassMethods); in GenerateProtocol()