Lines Matching refs:InsMap

2697     const Sema::SelectorSet &InsMap, const Sema::SelectorSet &ClsMap,  in CheckProtocolMethodDefs()  argument
2741 if (InsMap.count(fISelector)) in CheckProtocolMethodDefs()
2762 !InsMap.count(method->getSelector()) && in CheckProtocolMethodDefs()
2814 CheckProtocolMethodDefs(S, Impl, PI, IncompleteImpl, InsMap, ClsMap, CDecl, in CheckProtocolMethodDefs()
2821 void Sema::MatchAllMethodDeclarations(const SelectorSet &InsMap, in MatchAllMethodDeclarations() argument
2836 !InsMap.count(I->getSelector())) { in MatchAllMethodDeclarations()
2893 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2904 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()
2944 SelectorSet InsMap, ClsMap; in CheckCategoryVsClassMethodMatches() local
2953 InsMap.insert(Sel); in CheckCategoryVsClassMethodMatches()
2962 if (InsMap.empty() && ClsMap.empty()) in CheckCategoryVsClassMethodMatches()
2967 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in CheckCategoryVsClassMethodMatches()
2976 SelectorSet InsMap; in ImplMethodsVsClassMethods() local
2980 InsMap.insert(I->getSelector()); in ImplMethodsVsClassMethods()
2991 InsMap.insert(P->getGetterName()); in ImplMethodsVsClassMethods()
2993 InsMap.insert(P->getSetterName()); in ImplMethodsVsClassMethods()
3016 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in ImplMethodsVsClassMethods()
3035 CheckProtocolMethodDefs(*this, IMPDecl, PI, IncompleteImpl, InsMap, in ImplMethodsVsClassMethods()
3042 CheckProtocolMethodDefs(*this, IMPDecl, P, IncompleteImpl, InsMap, in ImplMethodsVsClassMethods()
4004 llvm::DenseMap<Selector, const ObjCMethodDecl*> InsMap; in ActOnAtEnd() local
4014 const ObjCMethodDecl *&PrevMethod = InsMap[Method->getSelector()]; in ActOnAtEnd()
4032 InsMap[Method->getSelector()] = Method; in ActOnAtEnd()