Lines Matching defs:Method

1760   for (const auto *Method : CAT->methods()) {  in DiagnoseClassExtensionDupMethods()  local
2583 void Sema::CheckConflictingOverridingMethod(ObjCMethodDecl *Method, in CheckConflictingOverridingMethod()
3283 static bool isMethodContextSameForKindofLookup(ObjCMethodDecl *Method, in isMethodContextSameForKindofLookup()
3304 ObjCMethodDecl *Method) { in addMethodToGlobalList()
3419 void Sema::AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, in AddMethodToGlobalPool()
3462 static bool FilterMethodsByTypeBound(ObjCMethodDecl *Method, in FilterMethodsByTypeBound()
3640 for (const ObjCMethodList *Method = &Methods.first; Method; in LookupImplementedMethodInGlobalPool() local
3647 for (const ObjCMethodList *Method = &Methods.second; Method; in LookupImplementedMethodInGlobalPool() local
3659 StringRef Typo, const ObjCMethodDecl * Method) { in HelperSelectorsForTypoCorrection()
4000 ObjCMethodDecl *Method = in ActOnAtEnd() local
4225 CheckRelatedResultTypeCompatibility(Sema &S, ObjCMethodDecl *Method, in CheckRelatedResultTypeCompatibility()
4265 const ObjCMethodDecl *Method; member in __anon32e380960711::OverrideSearch
4605 const ObjCMethodDecl *Method) { in checkObjCMethodX86VectorTypes()
4645 static void mergeObjCDirectMembers(Sema &S, Decl *CD, ObjCMethodDecl *Method) { in mergeObjCDirectMembers()
4654 ObjCMethodDecl *Method, in checkObjCDirectMethodClashes()
5258 Sema::GetIvarBackingPropertyAccessor(const ObjCMethodDecl *Method, in GetIvarBackingPropertyAccessor()
5289 const ObjCMethodDecl *Method; member in __anon32e380960a11::UnusedBackingIvarChecker
5294 UnusedBackingIvarChecker(Sema &S, const ObjCMethodDecl *Method, in UnusedBackingIvarChecker()