Home
last modified time | relevance | path

Searched refs:ClsMap (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp2793 !ClsMap.count(method->getSelector()) && in CheckProtocolMethodDefs()
2822 const SelectorSet &ClsMap, in MatchAllMethodDeclarations() argument
2866 !ClsMap.count(I->getSelector())) { in MatchAllMethodDeclarations()
2944 SelectorSet InsMap, ClsMap; in CheckCategoryVsClassMethodMatches() local
2960 ClsMap.insert(Sel); in CheckCategoryVsClassMethodMatches()
2962 if (InsMap.empty() && ClsMap.empty()) in CheckCategoryVsClassMethodMatches()
3009 SelectorSet ClsMap; in ImplMethodsVsClassMethods() local
3011 ClsMap.insert(I->getSelector()); in ImplMethodsVsClassMethods()
3036 ClsMap, I, ExplicitImplProtocols); in ImplMethodsVsClassMethods()
4005 llvm::DenseMap<Selector, const ObjCMethodDecl*> ClsMap; in ActOnAtEnd() local
[all …]
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h4736 const SelectorSet &ClsMap,