Lines Matching refs:Methods
448 ArrayRef<const ObjCMethodDecl*> Methods,
482 llvm::Constant *Methods,
493 ArrayRef<const ObjCMethodDecl*> Methods);
496 void EmitProtocolMethodList(T &&Methods, llvm::Constant *&Required, in EmitProtocolMethodList() argument
500 for (const auto *I : Methods) in EmitProtocolMethodList()
1154 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) override { in GenerateProtocolMethodList() argument
1173 MethodList.addInt(IntTy, Methods.size()); in GenerateProtocolMethodList()
1180 for (auto *M : Methods) { in GenerateProtocolMethodList()
2785 ArrayRef<const ObjCMethodDecl*> Methods, in GenerateMethodList() argument
2787 if (Methods.empty()) in GenerateMethodList()
2794 MethodList.addInt(Int32Ty, Methods.size()); in GenerateMethodList()
2825 for (const auto *OMD : Methods) { in GenerateMethodList()
2894 llvm::Constant *Methods, in GenerateClassStructure() argument
2916 Methods->getType(), // methods in GenerateClassStructure()
2957 Elements.add(Methods); in GenerateClassStructure()
2999 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) { in GenerateProtocolMethodList() argument
3006 MethodList.addInt(IntTy, Methods.size()); in GenerateProtocolMethodList()
3008 for (auto *M : Methods) { in GenerateProtocolMethodList()