Lines Matching defs:ClsMap
2710 const SemaObjC::SelectorSet &InsMap, const SemaObjC::SelectorSet &ClsMap,
2805 !ClsMap.count(method->getSelector()) &&
2825 CheckProtocolMethodDefs(S, Impl, PI, IncompleteImpl, InsMap, ClsMap, CDecl,
2833 const SelectorSet &InsMap, const SelectorSet &ClsMap,
2873 !ClsMap.count(I->getSelector())) {
2900 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen,
2911 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen,
2918 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen,
2925 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen,
2932 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen,
2951 SelectorSet InsMap, ClsMap;
2967 ClsMap.insert(Sel);
2969 if (InsMap.empty() && ClsMap.empty())
2974 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen,
3016 SelectorSet ClsMap;
3018 ClsMap.insert(I->getSelector());
3023 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen,
3043 ClsMap, I, ExplicitImplProtocols);
3050 ClsMap, CDecl, ExplicitImplProtocols);
4010 llvm::DenseMap<Selector, const ObjCMethodDecl*> ClsMap;
4043 const ObjCMethodDecl *&PrevMethod = ClsMap[Method->getSelector()];
4061 ClsMap[Method->getSelector()] = Method;