Lines Matching defs:Method
1750 for (const auto *Method : CAT->methods()) { in DiagnoseClassExtensionDupMethods() local
2561 void Sema::CheckConflictingOverridingMethod(ObjCMethodDecl *Method, in CheckConflictingOverridingMethod()
3249 static bool isMethodContextSameForKindofLookup(ObjCMethodDecl *Method, in isMethodContextSameForKindofLookup()
3270 ObjCMethodDecl *Method) { in addMethodToGlobalList()
3385 void Sema::AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, in AddMethodToGlobalPool()
3425 static bool FilterMethodsByTypeBound(ObjCMethodDecl *Method, in FilterMethodsByTypeBound()
3603 for (const ObjCMethodList *Method = &Methods.first; Method; in LookupImplementedMethodInGlobalPool() local
3610 for (const ObjCMethodList *Method = &Methods.second; Method; in LookupImplementedMethodInGlobalPool() local
3622 StringRef Typo, const ObjCMethodDecl * Method) { in HelperSelectorsForTypoCorrection()
3899 ObjCMethodDecl *Method = in ActOnAtEnd() local
4115 CheckRelatedResultTypeCompatibility(Sema &S, ObjCMethodDecl *Method, in CheckRelatedResultTypeCompatibility()
4156 ObjCMethodDecl *Method; member in __anon310a6f9a0711::OverrideSearch
4484 const ObjCMethodDecl *Method) { in checkObjCMethodX86VectorTypes()
4974 Sema::GetIvarBackingPropertyAccessor(const ObjCMethodDecl *Method, in GetIvarBackingPropertyAccessor()
5005 const ObjCMethodDecl *Method; member in __anon310a6f9a0811::UnusedBackingIvarChecker
5010 UnusedBackingIvarChecker(Sema &S, const ObjCMethodDecl *Method, in UnusedBackingIvarChecker()