Lines Matching refs:Methods
449 ArrayRef<const ObjCMethodDecl*> Methods,
483 llvm::Constant *Methods,
494 ArrayRef<const ObjCMethodDecl*> Methods);
497 void EmitProtocolMethodList(T &&Methods, llvm::Constant *&Required, in EmitProtocolMethodList() argument
501 for (const auto *I : Methods) in EmitProtocolMethodList()
1157 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) override { in GenerateProtocolMethodList() argument
1176 MethodList.addInt(IntTy, Methods.size()); in GenerateProtocolMethodList()
1183 for (auto *M : Methods) { in GenerateProtocolMethodList()
2870 ArrayRef<const ObjCMethodDecl*> Methods, in GenerateMethodList() argument
2872 if (Methods.empty()) in GenerateMethodList()
2879 MethodList.addInt(Int32Ty, Methods.size()); in GenerateMethodList()
2910 for (const auto *OMD : Methods) { in GenerateMethodList()
2979 llvm::Constant *Methods, in GenerateClassStructure() argument
3001 Methods->getType(), // methods in GenerateClassStructure()
3042 Elements.add(Methods); in GenerateClassStructure()
3084 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) { in GenerateProtocolMethodList() argument
3091 MethodList.addInt(IntTy, Methods.size()); in GenerateProtocolMethodList()
3093 for (auto *M : Methods) { in GenerateProtocolMethodList()