Lines Matching defs:Method
1755 for (const auto *Method : CAT->methods()) { in DiagnoseClassExtensionDupMethods() local
2573 void Sema::CheckConflictingOverridingMethod(ObjCMethodDecl *Method, in CheckConflictingOverridingMethod()
3270 static bool isMethodContextSameForKindofLookup(ObjCMethodDecl *Method, in isMethodContextSameForKindofLookup()
3291 ObjCMethodDecl *Method) { in addMethodToGlobalList()
3406 void Sema::AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, in AddMethodToGlobalPool()
3449 static bool FilterMethodsByTypeBound(ObjCMethodDecl *Method, in FilterMethodsByTypeBound()
3627 for (const ObjCMethodList *Method = &Methods.first; Method; in LookupImplementedMethodInGlobalPool() local
3634 for (const ObjCMethodList *Method = &Methods.second; Method; in LookupImplementedMethodInGlobalPool() local
3646 StringRef Typo, const ObjCMethodDecl * Method) { in HelperSelectorsForTypoCorrection()
3942 ObjCMethodDecl *Method = in ActOnAtEnd() local
4165 CheckRelatedResultTypeCompatibility(Sema &S, ObjCMethodDecl *Method, in CheckRelatedResultTypeCompatibility()
4205 const ObjCMethodDecl *Method; member in __anon99b3b0220711::OverrideSearch
4543 const ObjCMethodDecl *Method) { in checkObjCMethodX86VectorTypes()
5160 Sema::GetIvarBackingPropertyAccessor(const ObjCMethodDecl *Method, in GetIvarBackingPropertyAccessor()
5191 const ObjCMethodDecl *Method; member in __anon99b3b0220911::UnusedBackingIvarChecker
5196 UnusedBackingIvarChecker(Sema &S, const ObjCMethodDecl *Method, in UnusedBackingIvarChecker()