Lines Matching refs:ClsMap

2697     const Sema::SelectorSet &InsMap, const Sema::SelectorSet &ClsMap,  in CheckProtocolMethodDefs()  argument
2793 !ClsMap.count(method->getSelector()) && in CheckProtocolMethodDefs()
2814 CheckProtocolMethodDefs(S, Impl, PI, IncompleteImpl, InsMap, ClsMap, CDecl, in CheckProtocolMethodDefs()
2822 const SelectorSet &ClsMap, in MatchAllMethodDeclarations() argument
2866 !ClsMap.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
2960 ClsMap.insert(Sel); in CheckCategoryVsClassMethodMatches()
2962 if (InsMap.empty() && ClsMap.empty()) in CheckCategoryVsClassMethodMatches()
2967 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in CheckCategoryVsClassMethodMatches()
3009 SelectorSet ClsMap; in ImplMethodsVsClassMethods() local
3011 ClsMap.insert(I->getSelector()); in ImplMethodsVsClassMethods()
3016 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in ImplMethodsVsClassMethods()
3036 ClsMap, I, ExplicitImplProtocols); in ImplMethodsVsClassMethods()
3043 ClsMap, CDecl, ExplicitImplProtocols); in ImplMethodsVsClassMethods()
4005 llvm::DenseMap<Selector, const ObjCMethodDecl*> ClsMap; in ActOnAtEnd() local
4038 const ObjCMethodDecl *&PrevMethod = ClsMap[Method->getSelector()]; in ActOnAtEnd()
4056 ClsMap[Method->getSelector()] = Method; in ActOnAtEnd()