Lines Matching refs:InsMap
2705 const Sema::SelectorSet &InsMap, const Sema::SelectorSet &ClsMap, in CheckProtocolMethodDefs() argument
2749 if (InsMap.count(fISelector)) in CheckProtocolMethodDefs()
2770 !InsMap.count(method->getSelector()) && in CheckProtocolMethodDefs()
2822 CheckProtocolMethodDefs(S, Impl, PI, IncompleteImpl, InsMap, ClsMap, CDecl, in CheckProtocolMethodDefs()
2829 void Sema::MatchAllMethodDeclarations(const SelectorSet &InsMap, in MatchAllMethodDeclarations() argument
2844 !InsMap.count(I->getSelector())) { in MatchAllMethodDeclarations()
2901 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2912 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2919 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2926 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2933 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2952 SelectorSet InsMap, ClsMap; in CheckCategoryVsClassMethodMatches() local
2961 InsMap.insert(Sel); in CheckCategoryVsClassMethodMatches()
2970 if (InsMap.empty() && ClsMap.empty()) in CheckCategoryVsClassMethodMatches()
2975 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in CheckCategoryVsClassMethodMatches()
2984 SelectorSet InsMap; in ImplMethodsVsClassMethods() local
2988 InsMap.insert(I->getSelector()); in ImplMethodsVsClassMethods()
2999 InsMap.insert(P->getGetterName()); in ImplMethodsVsClassMethods()
3001 InsMap.insert(P->getSetterName()); in ImplMethodsVsClassMethods()
3024 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in ImplMethodsVsClassMethods()
3043 CheckProtocolMethodDefs(*this, IMPDecl, PI, IncompleteImpl, InsMap, in ImplMethodsVsClassMethods()
3050 CheckProtocolMethodDefs(*this, IMPDecl, P, IncompleteImpl, InsMap, in ImplMethodsVsClassMethods()
4012 llvm::DenseMap<Selector, const ObjCMethodDecl*> InsMap; in ActOnAtEnd() local
4022 const ObjCMethodDecl *&PrevMethod = InsMap[Method->getSelector()]; in ActOnAtEnd()
4040 InsMap[Method->getSelector()] = Method; in ActOnAtEnd()