Searched refs:ClsMap (Results 1 – 2 of 2) sorted by relevance
2687 const Sema::SelectorSet &ClsMap, in CheckProtocolMethodDefs() argument2786 !ClsMap.count(method->getSelector()) && in CheckProtocolMethodDefs()2815 const SelectorSet &ClsMap, in MatchAllMethodDeclarations() argument2859 !ClsMap.count(I->getSelector())) { in MatchAllMethodDeclarations()2937 SelectorSet InsMap, ClsMap; in CheckCategoryVsClassMethodMatches() local2953 ClsMap.insert(Sel); in CheckCategoryVsClassMethodMatches()2955 if (InsMap.empty() && ClsMap.empty()) in CheckCategoryVsClassMethodMatches()3002 SelectorSet ClsMap; in ImplMethodsVsClassMethods() local3004 ClsMap.insert(I->getSelector()); in ImplMethodsVsClassMethods()3997 llvm::DenseMap<Selector, const ObjCMethodDecl*> ClsMap; in ActOnAtEnd() local[all …]
4475 const SelectorSet &ClsMap,