Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2687 const Sema::SelectorSet &ClsMap, in CheckProtocolMethodDefs() argument
2786 !ClsMap.count(method->getSelector()) && in CheckProtocolMethodDefs()
2815 const SelectorSet &ClsMap, in MatchAllMethodDeclarations() argument
2859 !ClsMap.count(I->getSelector())) { in MatchAllMethodDeclarations()
2937 SelectorSet InsMap, ClsMap; in CheckCategoryVsClassMethodMatches() local
2953 ClsMap.insert(Sel); in CheckCategoryVsClassMethodMatches()
2955 if (InsMap.empty() && ClsMap.empty()) in CheckCategoryVsClassMethodMatches()
3002 SelectorSet ClsMap; in ImplMethodsVsClassMethods() local
3004 ClsMap.insert(I->getSelector()); in ImplMethodsVsClassMethods()
3997 llvm::DenseMap<Selector, const ObjCMethodDecl*> ClsMap; in ActOnAtEnd() local
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4475 const SelectorSet &ClsMap,