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()1157 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) override { in GenerateProtocolMethodList() function in __anon2d629be70111::CGObjCGNUstep23084 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) { in GenerateProtocolMethodList() function in CGObjCGNU3150 llvm::Constant *MethodList = GenerateProtocolMethodList({}); in GenerateEmptyProtocol()3205 GenerateProtocolMethodList(InstanceMethods); in GenerateProtocol()3207 GenerateProtocolMethodList(ClassMethods); in GenerateProtocol()3209 GenerateProtocolMethodList(OptionalInstanceMethods); in GenerateProtocol()3211 GenerateProtocolMethodList(OptionalClassMethods); in GenerateProtocol()