Lines Matching defs:Method

1773   for (const auto *Method : CAT->methods()) {  in DiagnoseClassExtensionDupMethods()  local
2611 void SemaObjC::CheckConflictingOverridingMethod(ObjCMethodDecl *Method, in CheckConflictingOverridingMethod()
3299 static bool isMethodContextSameForKindofLookup(ObjCMethodDecl *Method, in isMethodContextSameForKindofLookup()
3320 ObjCMethodDecl *Method) { in addMethodToGlobalList()
3435 void SemaObjC::AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, in AddMethodToGlobalPool()
3480 static bool FilterMethodsByTypeBound(ObjCMethodDecl *Method, in FilterMethodsByTypeBound()
3658 for (const ObjCMethodList *Method = &Methods.first; Method; in LookupImplementedMethodInGlobalPool() local
3665 for (const ObjCMethodList *Method = &Methods.second; Method; in LookupImplementedMethodInGlobalPool() local
3677 StringRef Typo, const ObjCMethodDecl * Method) { in HelperSelectorsForTypoCorrection()
4020 ObjCMethodDecl *Method = in ActOnAtEnd() local
4246 CheckRelatedResultTypeCompatibility(Sema &S, ObjCMethodDecl *Method, in CheckRelatedResultTypeCompatibility()
4286 const ObjCMethodDecl *Method; member in __anondc01098b0711::OverrideSearch
4632 const ObjCMethodDecl *Method) { in checkObjCMethodX86VectorTypes()
4672 static void mergeObjCDirectMembers(Sema &S, Decl *CD, ObjCMethodDecl *Method) { in mergeObjCDirectMembers()
4681 ObjCMethodDecl *Method, in checkObjCDirectMethodClashes()
5296 SemaObjC::GetIvarBackingPropertyAccessor(const ObjCMethodDecl *Method, in GetIvarBackingPropertyAccessor()
5327 const ObjCMethodDecl *Method; member in __anondc01098b0b11::UnusedBackingIvarChecker
5332 UnusedBackingIvarChecker(Sema &S, const ObjCMethodDecl *Method, in UnusedBackingIvarChecker()