Lines Matching refs:ClsMap

2706     const Sema::SelectorSet &InsMap, const Sema::SelectorSet &ClsMap,  in CheckProtocolMethodDefs()  argument
2801 !ClsMap.count(method->getSelector()) && in CheckProtocolMethodDefs()
2821 CheckProtocolMethodDefs(S, Impl, PI, IncompleteImpl, InsMap, ClsMap, CDecl, in CheckProtocolMethodDefs()
2829 const SelectorSet &ClsMap, in MatchAllMethodDeclarations() argument
2873 !ClsMap.count(I->getSelector())) { in MatchAllMethodDeclarations()
2900 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()
2932 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2951 SelectorSet InsMap, ClsMap; in CheckCategoryVsClassMethodMatches() local
2967 ClsMap.insert(Sel); in CheckCategoryVsClassMethodMatches()
2969 if (InsMap.empty() && ClsMap.empty()) in CheckCategoryVsClassMethodMatches()
2974 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in CheckCategoryVsClassMethodMatches()
3016 SelectorSet ClsMap; in ImplMethodsVsClassMethods() local
3018 ClsMap.insert(I->getSelector()); in ImplMethodsVsClassMethods()
3023 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in ImplMethodsVsClassMethods()
3043 ClsMap, I, ExplicitImplProtocols); in ImplMethodsVsClassMethods()
3050 ClsMap, CDecl, ExplicitImplProtocols); in ImplMethodsVsClassMethods()
4012 llvm::DenseMap<Selector, const ObjCMethodDecl*> ClsMap; in ActOnAtEnd() local
4045 const ObjCMethodDecl *&PrevMethod = ClsMap[Method->getSelector()]; in ActOnAtEnd()
4063 ClsMap[Method->getSelector()] = Method; in ActOnAtEnd()