Searched defs:GenerateProtocolMethodList (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp434 llvm::Constant *GenerateProtocolMethodList(
1675 GenerateProtocolMethodList(ArrayRef<llvm::Constant *> MethodNames, function in class:CGObjCGNU
1750 GenerateProtocolMethodList(EmptyConstantVector, EmptyConstantVector);
1828 GenerateProtocolMethodList(InstanceMethodNames, InstanceMethodTypes);
1830 GenerateProtocolMethodList(ClassMethodNames, ClassMethodTypes);
1832 GenerateProtocolMethodList(OptionalInstanceMethodNames,
1835 GenerateProtocolMethodList(OptionalClassMethodNames,

Completed in 89 milliseconds