Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCGNU.cpp493 virtual llvm::Constant *GenerateProtocolMethodList(
506 Required = GenerateProtocolMethodList(RequiredMethods); in EmitProtocolMethodList()
507 Optional = GenerateProtocolMethodList(OptionalMethods); in EmitProtocolMethodList()
1157 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) override { in GenerateProtocolMethodList() function in __anon2d629be70111::CGObjCGNUstep2
3084 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) { in GenerateProtocolMethodList() function in CGObjCGNU
3150 llvm::Constant *MethodList = GenerateProtocolMethodList({}); in GenerateEmptyProtocol()
3205 GenerateProtocolMethodList(InstanceMethods); in GenerateProtocol()
3207 GenerateProtocolMethodList(ClassMethods); in GenerateProtocol()
3209 GenerateProtocolMethodList(OptionalInstanceMethods); in GenerateProtocol()
3211 GenerateProtocolMethodList(OptionalClassMethods); in GenerateProtocol()