Lines Matching refs:InsMap
2593 const Sema::SelectorSet &InsMap, in CheckProtocolMethodDefs() argument
2640 if (InsMap.count(fISelector)) in CheckProtocolMethodDefs()
2661 !InsMap.count(method->getSelector()) && in CheckProtocolMethodDefs()
2714 CheckProtocolMethodDefs(S, ImpLoc, PI, IncompleteImpl, InsMap, ClsMap, in CheckProtocolMethodDefs()
2721 void Sema::MatchAllMethodDeclarations(const SelectorSet &InsMap, in MatchAllMethodDeclarations() argument
2736 !InsMap.count(I->getSelector())) { in MatchAllMethodDeclarations()
2787 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2798 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2805 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2812 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2819 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2838 SelectorSet InsMap, ClsMap; in CheckCategoryVsClassMethodMatches() local
2847 InsMap.insert(Sel); in CheckCategoryVsClassMethodMatches()
2856 if (InsMap.empty() && ClsMap.empty()) in CheckCategoryVsClassMethodMatches()
2861 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in CheckCategoryVsClassMethodMatches()
2870 SelectorSet InsMap; in ImplMethodsVsClassMethods() local
2874 InsMap.insert(I->getSelector()); in ImplMethodsVsClassMethods()
2885 InsMap.insert(P->getGetterName()); in ImplMethodsVsClassMethods()
2887 InsMap.insert(P->getSetterName()); in ImplMethodsVsClassMethods()
2910 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in ImplMethodsVsClassMethods()
2930 InsMap, ClsMap, I, ExplicitImplProtocols); in ImplMethodsVsClassMethods()
2937 IncompleteImpl, InsMap, ClsMap, CDecl, in ImplMethodsVsClassMethods()
3714 llvm::DenseMap<Selector, const ObjCMethodDecl*> InsMap; in ActOnAtEnd() local
3724 const ObjCMethodDecl *&PrevMethod = InsMap[Method->getSelector()]; in ActOnAtEnd()
3742 InsMap[Method->getSelector()] = Method; in ActOnAtEnd()