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