Lines Matching refs:Methods
447 ArrayRef<const ObjCMethodDecl*> Methods,
481 llvm::Constant *Methods,
492 ArrayRef<const ObjCMethodDecl*> Methods);
495 void EmitProtocolMethodList(T &&Methods, llvm::Constant *&Required, in EmitProtocolMethodList() argument
499 for (const auto *I : Methods) in EmitProtocolMethodList()
1172 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) override { in GenerateProtocolMethodList() argument
1191 MethodList.addInt(IntTy, Methods.size()); in GenerateProtocolMethodList()
1198 for (auto *M : Methods) { in GenerateProtocolMethodList()
2996 ArrayRef<const ObjCMethodDecl*> Methods, in GenerateMethodList() argument
2998 if (Methods.empty()) in GenerateMethodList()
3005 MethodList.addInt(Int32Ty, Methods.size()); in GenerateMethodList()
3036 for (const auto *OMD : Methods) { in GenerateMethodList()
3105 llvm::Constant *Methods, in GenerateClassStructure() argument
3127 Methods->getType(), // methods in GenerateClassStructure()
3168 Elements.add(Methods); in GenerateClassStructure()
3209 GenerateProtocolMethodList(ArrayRef<const ObjCMethodDecl*> Methods) { in GenerateProtocolMethodList() argument
3216 MethodList.addInt(IntTy, Methods.size()); in GenerateProtocolMethodList()
3218 for (auto *M : Methods) { in GenerateProtocolMethodList()