Lines Matching refs:ClsMap

2705     const Sema::SelectorSet &InsMap, const Sema::SelectorSet &ClsMap,  in CheckProtocolMethodDefs()  argument
2801 !ClsMap.count(method->getSelector()) && in CheckProtocolMethodDefs()
2822 CheckProtocolMethodDefs(S, Impl, PI, IncompleteImpl, InsMap, ClsMap, CDecl, in CheckProtocolMethodDefs()
2830 const SelectorSet &ClsMap, in MatchAllMethodDeclarations() argument
2874 !ClsMap.count(I->getSelector())) { in MatchAllMethodDeclarations()
2901 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2912 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2919 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2926 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2933 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2952 SelectorSet InsMap, ClsMap; in CheckCategoryVsClassMethodMatches() local
2968 ClsMap.insert(Sel); in CheckCategoryVsClassMethodMatches()
2970 if (InsMap.empty() && ClsMap.empty()) in CheckCategoryVsClassMethodMatches()
2975 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in CheckCategoryVsClassMethodMatches()
3017 SelectorSet ClsMap; in ImplMethodsVsClassMethods() local
3019 ClsMap.insert(I->getSelector()); in ImplMethodsVsClassMethods()
3024 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in ImplMethodsVsClassMethods()
3044 ClsMap, I, ExplicitImplProtocols); in ImplMethodsVsClassMethods()
3051 ClsMap, CDecl, ExplicitImplProtocols); in ImplMethodsVsClassMethods()
4013 llvm::DenseMap<Selector, const ObjCMethodDecl*> ClsMap; in ActOnAtEnd() local
4046 const ObjCMethodDecl *&PrevMethod = ClsMap[Method->getSelector()]; in ActOnAtEnd()
4064 ClsMap[Method->getSelector()] = Method; in ActOnAtEnd()