Lines Matching defs:Method

1776   for (const auto *Method : CAT->methods()) {  in DiagnoseClassExtensionDupMethods()  local
2604 void Sema::CheckConflictingOverridingMethod(ObjCMethodDecl *Method, in CheckConflictingOverridingMethod()
3297 static bool isMethodContextSameForKindofLookup(ObjCMethodDecl *Method, in isMethodContextSameForKindofLookup()
3318 ObjCMethodDecl *Method) { in addMethodToGlobalList()
3433 void Sema::AddMethodToGlobalPool(ObjCMethodDecl *Method, bool impl, in AddMethodToGlobalPool()
3478 static bool FilterMethodsByTypeBound(ObjCMethodDecl *Method, in FilterMethodsByTypeBound()
3656 for (const ObjCMethodList *Method = &Methods.first; Method; in LookupImplementedMethodInGlobalPool() local
3663 for (const ObjCMethodList *Method = &Methods.second; Method; in LookupImplementedMethodInGlobalPool() local
3675 StringRef Typo, const ObjCMethodDecl * Method) { in HelperSelectorsForTypoCorrection()
4016 ObjCMethodDecl *Method = in ActOnAtEnd() local
4241 CheckRelatedResultTypeCompatibility(Sema &S, ObjCMethodDecl *Method, in CheckRelatedResultTypeCompatibility()
4281 const ObjCMethodDecl *Method; member in __anon4ea9ea620711::OverrideSearch
4625 const ObjCMethodDecl *Method) { in checkObjCMethodX86VectorTypes()
4665 static void mergeObjCDirectMembers(Sema &S, Decl *CD, ObjCMethodDecl *Method) { in mergeObjCDirectMembers()
4674 ObjCMethodDecl *Method, in checkObjCDirectMethodClashes()
5278 Sema::GetIvarBackingPropertyAccessor(const ObjCMethodDecl *Method, in GetIvarBackingPropertyAccessor()
5309 const ObjCMethodDecl *Method; member in __anon4ea9ea620b11::UnusedBackingIvarChecker
5314 UnusedBackingIvarChecker(Sema &S, const ObjCMethodDecl *Method, in UnusedBackingIvarChecker()