Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp493 virtual llvm::Constant *GenerateProtocolMethodList(
506 Required = GenerateProtocolMethodList(RequiredMethods); in EmitProtocolMethodList()
507 Optional = GenerateProtocolMethodList(OptionalMethods); in EmitProtocolMethodList()
1173 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) override { in GenerateProtocolMethodList() function in __anonaf5ecb460111::CGObjCGNUstep2
3210 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) { in GenerateProtocolMethodList() function in CGObjCGNU
3276 llvm::Constant *MethodList = GenerateProtocolMethodList({}); in GenerateEmptyProtocol()
3330 GenerateProtocolMethodList(InstanceMethods); in GenerateProtocol()
3332 GenerateProtocolMethodList(ClassMethods); in GenerateProtocol()
3334 GenerateProtocolMethodList(OptionalInstanceMethods); in GenerateProtocol()
3336 GenerateProtocolMethodList(OptionalClassMethods); in GenerateProtocol()