Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2801 !ClsMap.count(method->getSelector()) && in CheckProtocolMethodDefs()
2829 const SelectorSet &ClsMap, in MatchAllMethodDeclarations() argument
2873 !ClsMap.count(I->getSelector())) { in MatchAllMethodDeclarations()
2951 SelectorSet InsMap, ClsMap; in CheckCategoryVsClassMethodMatches() local
2967 ClsMap.insert(Sel); in CheckCategoryVsClassMethodMatches()
2969 if (InsMap.empty() && ClsMap.empty()) in CheckCategoryVsClassMethodMatches()
3016 SelectorSet ClsMap; in ImplMethodsVsClassMethods() local
3018 ClsMap.insert(I->getSelector()); in ImplMethodsVsClassMethods()
3043 ClsMap, I, ExplicitImplProtocols); in ImplMethodsVsClassMethods()
4012 llvm::DenseMap<Selector, const ObjCMethodDecl*> ClsMap; in ActOnAtEnd() local
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4985 const SelectorSet &ClsMap,