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

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp434 llvm::Constant *GenerateProtocolMethodList(
1654 GenerateProtocolMethodList(ArrayRef<llvm::Constant *> MethodNames, function in class:CGObjCGNU
1729 GenerateProtocolMethodList(EmptyConstantVector, EmptyConstantVector);
1803 GenerateProtocolMethodList(InstanceMethodNames, InstanceMethodTypes);
1805 GenerateProtocolMethodList(ClassMethodNames, ClassMethodTypes);
1807 GenerateProtocolMethodList(OptionalInstanceMethodNames,
1810 GenerateProtocolMethodList(OptionalClassMethodNames,

Completed in 63 milliseconds