Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCGNU.cpp455 llvm::Constant *GenerateProtocolMethodList(
1699 GenerateProtocolMethodList(ArrayRef<llvm::Constant *> MethodNames, in GenerateProtocolMethodList() function in CGObjCGNU
1773 GenerateProtocolMethodList(EmptyConstantVector, EmptyConstantVector); in GenerateEmptyProtocol()
1844 GenerateProtocolMethodList(InstanceMethodNames, InstanceMethodTypes); in GenerateProtocol()
1846 GenerateProtocolMethodList(ClassMethodNames, ClassMethodTypes); in GenerateProtocol()
1848 GenerateProtocolMethodList(OptionalInstanceMethodNames, in GenerateProtocol()
1851 GenerateProtocolMethodList(OptionalClassMethodNames, in GenerateProtocol()