Lines Matching refs:InsMap
2664 const Sema::SelectorSet &InsMap, in CheckProtocolMethodDefs() argument
2711 if (InsMap.count(fISelector)) in CheckProtocolMethodDefs()
2732 !InsMap.count(method->getSelector()) && in CheckProtocolMethodDefs()
2785 CheckProtocolMethodDefs(S, ImpLoc, PI, IncompleteImpl, InsMap, ClsMap, in CheckProtocolMethodDefs()
2792 void Sema::MatchAllMethodDeclarations(const SelectorSet &InsMap, in MatchAllMethodDeclarations() argument
2807 !InsMap.count(I->getSelector())) { in MatchAllMethodDeclarations()
2858 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2869 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2876 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2883 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2890 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2909 SelectorSet InsMap, ClsMap; in CheckCategoryVsClassMethodMatches() local
2918 InsMap.insert(Sel); in CheckCategoryVsClassMethodMatches()
2927 if (InsMap.empty() && ClsMap.empty()) in CheckCategoryVsClassMethodMatches()
2932 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in CheckCategoryVsClassMethodMatches()
2941 SelectorSet InsMap; in ImplMethodsVsClassMethods() local
2945 InsMap.insert(I->getSelector()); in ImplMethodsVsClassMethods()
2956 InsMap.insert(P->getGetterName()); in ImplMethodsVsClassMethods()
2958 InsMap.insert(P->getSetterName()); in ImplMethodsVsClassMethods()
2981 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in ImplMethodsVsClassMethods()
3001 InsMap, ClsMap, I, ExplicitImplProtocols); in ImplMethodsVsClassMethods()
3008 IncompleteImpl, InsMap, ClsMap, CDecl, in ImplMethodsVsClassMethods()
3895 llvm::DenseMap<Selector, const ObjCMethodDecl*> InsMap; in ActOnAtEnd() local
3905 const ObjCMethodDecl *&PrevMethod = InsMap[Method->getSelector()]; in ActOnAtEnd()
3923 InsMap[Method->getSelector()] = Method; in ActOnAtEnd()