Lines Matching refs:Methods
3303 // set the receiver to self, the first argument to all methods.
4113 // Rewrite implemented methods
6458 ArrayRef<ObjCMethodDecl *> Methods,
6462 if (Methods.size() > 0) {
6464 Write_method_list_t_TypeDecl(Result, Methods.size());
6469 Result += "\t"; Result += utostr(Methods.size()); Result += ",\n";
6470 for (unsigned i = 0, e = Methods.size(); i < e; i++) {
6471 ObjCMethodDecl *MD = Methods[i];
6836 ArrayRef<ObjCMethodDecl *> Methods,
6839 if (Methods.size() == 0)
6846 for (unsigned i = 0, e = Methods.size(); i < e; i++) {
6847 ObjCMethodDecl *MD = Methods[i];
7209 // Build _objc_method_list for class's instance methods if needed
7461 // Build _objc_method_list for class's instance methods if needed
7546 // RewriteObjCMethodsMetaData - Rewrite methods metadata for instance or
7547 /// class methods.
7573 // Build _objc_method_list for class's methods if needed