Lines Matching defs:Method
841 for (const auto *Method : CAT->methods()) { in DiagnoseClassExtensionDupMethods() local
1575 void Sema::CheckConflictingOverridingMethod(ObjCMethodDecl *Method, in CheckConflictingOverridingMethod()
2221 ObjCMethodDecl *Method) { in addMethodToGlobalList()
2289 void Sema::AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, in AddMethodToGlobalPool()
2443 for (const ObjCMethodList *Method = &Methods.first; Method; in LookupImplementedMethodInGlobalPool() local
2448 for (const ObjCMethodList *Method = &Methods.second; Method; in LookupImplementedMethodInGlobalPool() local
2458 StringRef Typo, const ObjCMethodDecl * Method) { in HelperSelectorsForTypoCorrection()
2609 ObjCMethodDecl *Method = in ActOnAtEnd() local
2802 CheckRelatedResultTypeCompatibility(Sema &S, ObjCMethodDecl *Method, in CheckRelatedResultTypeCompatibility()
2843 ObjCMethodDecl *Method; member in __anonbd6452fe0211::OverrideSearch
3501 Sema::GetIvarBackingPropertyAccessor(const ObjCMethodDecl *Method, in GetIvarBackingPropertyAccessor()
3532 const ObjCMethodDecl *Method; member in __anonbd6452fe0311::UnusedBackingIvarChecker
3537 UnusedBackingIvarChecker(Sema &S, const ObjCMethodDecl *Method, in UnusedBackingIvarChecker()