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()1154 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) override { in GenerateProtocolMethodList() function in __anon119c321b0111::CGObjCGNUstep22999 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) { in GenerateProtocolMethodList() function in CGObjCGNU3065 llvm::Constant *MethodList = GenerateProtocolMethodList({}); in GenerateEmptyProtocol()3120 GenerateProtocolMethodList(InstanceMethods); in GenerateProtocol()3122 GenerateProtocolMethodList(ClassMethods); in GenerateProtocol()3124 GenerateProtocolMethodList(OptionalInstanceMethods); in GenerateProtocol()3126 GenerateProtocolMethodList(OptionalClassMethods); in GenerateProtocol()