Home
last modified time | relevance | path

Searched refs:GenerateProtocolMethodList (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp492 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::CGObjCGNUstep2
3002 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) { in GenerateProtocolMethodList() function in CGObjCGNU
3068 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()