• Home
  • Raw
  • Download

Lines Matching refs:getSelector

345         << 0 << MDecl->getSelector();  in ActOnStartOfObjCMethodDef()
367 IC->lookupMethod(MDecl->getSelector(), MDecl->isInstanceMethod()); in ActOnStartOfObjCMethodDef()
420 SuperClass->lookupMethod(MDecl->getSelector(), in ActOnStartOfObjCMethodDef()
1665 MethodMap[MD->getSelector()] = MD; in DiagnoseClassExtensionDupMethods()
1670 const ObjCMethodDecl *&PrevMethod = MethodMap[Method->getSelector()]; in DiagnoseClassExtensionDupMethods()
2546 MethodDecl->getSelector() == GetNullarySelector("load", Context)); in WarnExactTypedMethods()
2639 Selector fISelector = S.Context.Selectors.getSelector(1, &II); in CheckProtocolMethodDefs()
2661 !InsMap.count(method->getSelector()) && in CheckProtocolMethodDefs()
2662 (!Super || !Super->lookupMethod(method->getSelector(), in CheckProtocolMethodDefs()
2677 IDecl->lookupMethod(method->getSelector(), in CheckProtocolMethodDefs()
2693 !ClsMap.count(method->getSelector()) && in CheckProtocolMethodDefs()
2694 (!Super || !Super->lookupMethod(method->getSelector(), in CheckProtocolMethodDefs()
2700 if (C && IDecl->lookupMethod(method->getSelector(), in CheckProtocolMethodDefs()
2733 if (!InsMapSeen.insert(I->getSelector()).second) in MatchAllMethodDeclarations()
2736 !InsMap.count(I->getSelector())) { in MatchAllMethodDeclarations()
2743 IMPDecl->getInstanceMethod(I->getSelector()); in MatchAllMethodDeclarations()
2744 assert(CDecl->getInstanceMethod(I->getSelector()) && in MatchAllMethodDeclarations()
2760 if (!ClsMapSeen.insert(I->getSelector()).second) in MatchAllMethodDeclarations()
2763 !ClsMap.count(I->getSelector())) { in MatchAllMethodDeclarations()
2769 IMPDecl->getClassMethod(I->getSelector()); in MatchAllMethodDeclarations()
2770 assert(CDecl->getClassMethod(I->getSelector()) && in MatchAllMethodDeclarations()
2841 Selector Sel = I->getSelector(); in CheckCategoryVsClassMethodMatches()
2851 Selector Sel = I->getSelector(); in CheckCategoryVsClassMethodMatches()
2874 InsMap.insert(I->getSelector()); in ImplMethodsVsClassMethods()
2905 ClsMap.insert(I->getSelector()); in ImplMethodsVsClassMethods()
3321 ReadMethodPool(Method->getSelector()); in AddMethodToGlobalPool()
3323 GlobalMethodPool::iterator Pos = MethodPool.find(Method->getSelector()); in AddMethodToGlobalPool()
3325 Pos = MethodPool.insert(std::make_pair(Method->getSelector(), in AddMethodToGlobalPool()
3344 Selector sel = chosen->getSelector(); in isAcceptableMethodMismatch()
3554 std::string MethodName = Method->getSelector().getAsString(); in HelperSelectorsForTypoCorrection()
3608 (M->getMethod()->getSelector().getNumArgs() == NumArgs) && in SelectorsForTypoCorrection()
3609 (M->getMethod()->getSelector() != Sel)) { in SelectorsForTypoCorrection()
3613 HelperIsMethodInObjCType(*this, M->getMethod()->getSelector(), in SelectorsForTypoCorrection()
3620 (M->getMethod()->getSelector().getNumArgs() == NumArgs) && in SelectorsForTypoCorrection()
3621 (M->getMethod()->getSelector() != Sel)) { in SelectorsForTypoCorrection()
3625 HelperIsMethodInObjCType(*this, M->getMethod()->getSelector(), in SelectorsForTypoCorrection()
3724 const ObjCMethodDecl *&PrevMethod = InsMap[Method->getSelector()]; in ActOnAtEnd()
3742 InsMap[Method->getSelector()] = Method; in ActOnAtEnd()
3748 const ObjCMethodDecl *&PrevMethod = ClsMap[Method->getSelector()]; in ActOnAtEnd()
3766 ClsMap[Method->getSelector()] = Method; in ActOnAtEnd()
3959 Selector selector = method->getSelector(); in OverrideSearch()
4075 ObjCMethodDecl *meth = container->getMethod(Method->getSelector(), in search()
4126 MethodPool.find(ObjCMethod->getSelector()); in CheckObjCMethodOverrides()
4414 if (auto *IMD = IDecl->lookupMethod(ObjCMethod->getSelector(), in ActOnMethodDeclaration()
4420 ObjCMethod->getSelector().getMethodFamily() == OMF_dealloc) { in ActOnMethodDeclaration()
4702 Method = IDecl->lookupMethod(Method->getSelector(), /*isInstance=*/true, in GetIvarBackingPropertyAccessor()