Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp492 virtual llvm::Constant *GenerateProtocolMethodList(
505 Required = GenerateProtocolMethodList(RequiredMethods); in EmitProtocolMethodList()
506 Optional = GenerateProtocolMethodList(OptionalMethods); in EmitProtocolMethodList()
1154 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) override { in GenerateProtocolMethodList() function in __anon119c321b0111::CGObjCGNUstep2
2999 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) { in GenerateProtocolMethodList() function in CGObjCGNU
3065 llvm::Constant *MethodList = GenerateProtocolMethodList({}); in GenerateEmptyProtocol()
3120 GenerateProtocolMethodList(InstanceMethods); in GenerateProtocol()
3122 GenerateProtocolMethodList(ClassMethods); in GenerateProtocol()
3124 GenerateProtocolMethodList(OptionalInstanceMethods); in GenerateProtocol()
3126 GenerateProtocolMethodList(OptionalClassMethods); in GenerateProtocol()