Lines Matching refs:InsMap
2706 const Sema::SelectorSet &InsMap, const Sema::SelectorSet &ClsMap, in CheckProtocolMethodDefs() argument
2750 if (InsMap.count(fISelector)) in CheckProtocolMethodDefs()
2772 !InsMap.count(method->getSelector()) && in CheckProtocolMethodDefs()
2821 CheckProtocolMethodDefs(S, Impl, PI, IncompleteImpl, InsMap, ClsMap, CDecl, in CheckProtocolMethodDefs()
2828 void Sema::MatchAllMethodDeclarations(const SelectorSet &InsMap, in MatchAllMethodDeclarations() argument
2843 !InsMap.count(I->getSelector())) { in MatchAllMethodDeclarations()
2900 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2911 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2918 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2925 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2932 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2951 SelectorSet InsMap, ClsMap; in CheckCategoryVsClassMethodMatches() local
2960 InsMap.insert(Sel); in CheckCategoryVsClassMethodMatches()
2969 if (InsMap.empty() && ClsMap.empty()) in CheckCategoryVsClassMethodMatches()
2974 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in CheckCategoryVsClassMethodMatches()
2983 SelectorSet InsMap; in ImplMethodsVsClassMethods() local
2987 InsMap.insert(I->getSelector()); in ImplMethodsVsClassMethods()
2998 InsMap.insert(P->getGetterName()); in ImplMethodsVsClassMethods()
3000 InsMap.insert(P->getSetterName()); in ImplMethodsVsClassMethods()
3023 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in ImplMethodsVsClassMethods()
3042 CheckProtocolMethodDefs(*this, IMPDecl, PI, IncompleteImpl, InsMap, in ImplMethodsVsClassMethods()
3049 CheckProtocolMethodDefs(*this, IMPDecl, P, IncompleteImpl, InsMap, in ImplMethodsVsClassMethods()
4011 llvm::DenseMap<Selector, const ObjCMethodDecl*> InsMap; in ActOnAtEnd() local
4021 const ObjCMethodDecl *&PrevMethod = InsMap[Method->getSelector()]; in ActOnAtEnd()
4039 InsMap[Method->getSelector()] = Method; in ActOnAtEnd()