Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp491 virtual llvm::Constant *GenerateProtocolMethodList(
504 Required = GenerateProtocolMethodList(RequiredMethods); in EmitProtocolMethodList()
505 Optional = GenerateProtocolMethodList(OptionalMethods); in EmitProtocolMethodList()
1172 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) override { in GenerateProtocolMethodList() function in __anonbab9bb100111::CGObjCGNUstep2
3209 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) { in GenerateProtocolMethodList() function in CGObjCGNU
3275 llvm::Constant *MethodList = GenerateProtocolMethodList({}); in GenerateEmptyProtocol()
3329 GenerateProtocolMethodList(InstanceMethods); in GenerateProtocol()
3331 GenerateProtocolMethodList(ClassMethods); in GenerateProtocol()
3333 GenerateProtocolMethodList(OptionalInstanceMethods); in GenerateProtocol()
3335 GenerateProtocolMethodList(OptionalClassMethods); in GenerateProtocol()