Lines Matching refs:InsMap

2686                                     const Sema::SelectorSet &InsMap,  in CheckProtocolMethodDefs()  argument
2733 if (InsMap.count(fISelector)) in CheckProtocolMethodDefs()
2754 !InsMap.count(method->getSelector()) && in CheckProtocolMethodDefs()
2807 CheckProtocolMethodDefs(S, ImpLoc, PI, IncompleteImpl, InsMap, ClsMap, in CheckProtocolMethodDefs()
2814 void Sema::MatchAllMethodDeclarations(const SelectorSet &InsMap, in MatchAllMethodDeclarations() argument
2829 !InsMap.count(I->getSelector())) { in MatchAllMethodDeclarations()
2886 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2897 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()
2937 SelectorSet InsMap, ClsMap; in CheckCategoryVsClassMethodMatches() local
2946 InsMap.insert(Sel); in CheckCategoryVsClassMethodMatches()
2955 if (InsMap.empty() && ClsMap.empty()) in CheckCategoryVsClassMethodMatches()
2960 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in CheckCategoryVsClassMethodMatches()
2969 SelectorSet InsMap; in ImplMethodsVsClassMethods() local
2973 InsMap.insert(I->getSelector()); in ImplMethodsVsClassMethods()
2984 InsMap.insert(P->getGetterName()); in ImplMethodsVsClassMethods()
2986 InsMap.insert(P->getSetterName()); in ImplMethodsVsClassMethods()
3009 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in ImplMethodsVsClassMethods()
3029 InsMap, ClsMap, I, ExplicitImplProtocols); in ImplMethodsVsClassMethods()
3036 IncompleteImpl, InsMap, ClsMap, CDecl, in ImplMethodsVsClassMethods()
3996 llvm::DenseMap<Selector, const ObjCMethodDecl*> InsMap; in ActOnAtEnd() local
4006 const ObjCMethodDecl *&PrevMethod = InsMap[Method->getSelector()]; in ActOnAtEnd()
4024 InsMap[Method->getSelector()] = Method; in ActOnAtEnd()