Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp501 virtual llvm::Constant *GenerateProtocolMethodList(
514 Required = GenerateProtocolMethodList(RequiredMethods); in EmitProtocolMethodList()
515 Optional = GenerateProtocolMethodList(OptionalMethods); in EmitProtocolMethodList()
1133 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) override { in GenerateProtocolMethodList() function in __anon0fc3211f0111::CGObjCGNUstep2
2883 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) { in GenerateProtocolMethodList() function in CGObjCGNU
2943 llvm::Constant *MethodList = GenerateProtocolMethodList({}); in GenerateEmptyProtocol()
2995 GenerateProtocolMethodList(InstanceMethods); in GenerateProtocol()
2997 GenerateProtocolMethodList(ClassMethods); in GenerateProtocol()
2999 GenerateProtocolMethodList(OptionalInstanceMethods); in GenerateProtocol()
3001 GenerateProtocolMethodList(OptionalClassMethods); in GenerateProtocol()