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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp502 virtual llvm::Constant *GenerateProtocolMethodList(
515 Required = GenerateProtocolMethodList(RequiredMethods);
516 Optional = GenerateProtocolMethodList(OptionalMethods);
1162 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) override {
3000 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) { function in class:CGObjCGNU
3066 llvm::Constant *MethodList = GenerateProtocolMethodList({});
3118 GenerateProtocolMethodList(InstanceMethods);
3120 GenerateProtocolMethodList(ClassMethods);
3122 GenerateProtocolMethodList(OptionalInstanceMethods);
3124 GenerateProtocolMethodList(OptionalClassMethod
[all...]

Completed in 121 milliseconds