Searched refs:ClsMap (Results 1 – 2 of 2) sorted by relevance
2665 const Sema::SelectorSet &ClsMap, in CheckProtocolMethodDefs() argument2764 !ClsMap.count(method->getSelector()) && in CheckProtocolMethodDefs()2793 const SelectorSet &ClsMap, in MatchAllMethodDeclarations() argument2834 !ClsMap.count(I->getSelector())) { in MatchAllMethodDeclarations()2909 SelectorSet InsMap, ClsMap; in CheckCategoryVsClassMethodMatches() local2925 ClsMap.insert(Sel); in CheckCategoryVsClassMethodMatches()2927 if (InsMap.empty() && ClsMap.empty()) in CheckCategoryVsClassMethodMatches()2974 SelectorSet ClsMap; in ImplMethodsVsClassMethods() local2976 ClsMap.insert(I->getSelector()); in ImplMethodsVsClassMethods()3896 llvm::DenseMap<Selector, const ObjCMethodDecl*> ClsMap; in ActOnAtEnd() local[all …]
3549 const SelectorSet &ClsMap,