Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCGNU.cpp441 llvm::Constant *GenerateProtocolMethodList(
1677 GenerateProtocolMethodList(ArrayRef<llvm::Constant *> MethodNames, in GenerateProtocolMethodList() function in CGObjCGNU
1754 GenerateProtocolMethodList(EmptyConstantVector, EmptyConstantVector); in GenerateEmptyProtocol()
1829 GenerateProtocolMethodList(InstanceMethodNames, InstanceMethodTypes); in GenerateProtocol()
1831 GenerateProtocolMethodList(ClassMethodNames, ClassMethodTypes); in GenerateProtocol()
1833 GenerateProtocolMethodList(OptionalInstanceMethodNames, in GenerateProtocol()
1836 GenerateProtocolMethodList(OptionalClassMethodNames, in GenerateProtocol()