Lines Matching refs:ClsMap

2712     const SemaObjC::SelectorSet &InsMap, const SemaObjC::SelectorSet &ClsMap,  in CheckProtocolMethodDefs()  argument
2807 !ClsMap.count(method->getSelector()) && in CheckProtocolMethodDefs()
2827 CheckProtocolMethodDefs(S, Impl, PI, IncompleteImpl, InsMap, ClsMap, CDecl, in CheckProtocolMethodDefs()
2835 const SelectorSet &InsMap, const SelectorSet &ClsMap, in MatchAllMethodDeclarations() argument
2875 !ClsMap.count(I->getSelector())) { in MatchAllMethodDeclarations()
2902 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2913 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2920 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2927 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2934 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2953 SelectorSet InsMap, ClsMap; in CheckCategoryVsClassMethodMatches() local
2969 ClsMap.insert(Sel); in CheckCategoryVsClassMethodMatches()
2971 if (InsMap.empty() && ClsMap.empty()) in CheckCategoryVsClassMethodMatches()
2976 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in CheckCategoryVsClassMethodMatches()
3018 SelectorSet ClsMap; in ImplMethodsVsClassMethods() local
3020 ClsMap.insert(I->getSelector()); in ImplMethodsVsClassMethods()
3025 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in ImplMethodsVsClassMethods()
3045 ClsMap, I, ExplicitImplProtocols); in ImplMethodsVsClassMethods()
3052 ClsMap, CDecl, ExplicitImplProtocols); in ImplMethodsVsClassMethods()
4017 llvm::DenseMap<Selector, const ObjCMethodDecl*> ClsMap; in ActOnAtEnd() local
4050 const ObjCMethodDecl *&PrevMethod = ClsMap[Method->getSelector()]; in ActOnAtEnd()
4068 ClsMap[Method->getSelector()] = Method; in ActOnAtEnd()