Lines Matching defs:Method
1776 for (const auto *Method : CAT->methods()) { in DiagnoseClassExtensionDupMethods() local
2604 void Sema::CheckConflictingOverridingMethod(ObjCMethodDecl *Method, in CheckConflictingOverridingMethod()
3296 static bool isMethodContextSameForKindofLookup(ObjCMethodDecl *Method, in isMethodContextSameForKindofLookup()
3317 ObjCMethodDecl *Method) { in addMethodToGlobalList()
3432 void Sema::AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, in AddMethodToGlobalPool()
3477 static bool FilterMethodsByTypeBound(ObjCMethodDecl *Method, in FilterMethodsByTypeBound()
3655 for (const ObjCMethodList *Method = &Methods.first; Method; in LookupImplementedMethodInGlobalPool() local
3662 for (const ObjCMethodList *Method = &Methods.second; Method; in LookupImplementedMethodInGlobalPool() local
3674 StringRef Typo, const ObjCMethodDecl * Method) { in HelperSelectorsForTypoCorrection()
4015 ObjCMethodDecl *Method = in ActOnAtEnd() local
4240 CheckRelatedResultTypeCompatibility(Sema &S, ObjCMethodDecl *Method, in CheckRelatedResultTypeCompatibility()
4280 const ObjCMethodDecl *Method; member in __anond0a619c10711::OverrideSearch
4624 const ObjCMethodDecl *Method) { in checkObjCMethodX86VectorTypes()
4664 static void mergeObjCDirectMembers(Sema &S, Decl *CD, ObjCMethodDecl *Method) { in mergeObjCDirectMembers()
4673 ObjCMethodDecl *Method, in checkObjCDirectMethodClashes()
5278 Sema::GetIvarBackingPropertyAccessor(const ObjCMethodDecl *Method, in GetIvarBackingPropertyAccessor()
5309 const ObjCMethodDecl *Method; member in __anond0a619c10b11::UnusedBackingIvarChecker
5314 UnusedBackingIvarChecker(Sema &S, const ObjCMethodDecl *Method, in UnusedBackingIvarChecker()