Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp2665 const Sema::SelectorSet &ClsMap, in CheckProtocolMethodDefs() argument
2764 !ClsMap.count(method->getSelector()) && in CheckProtocolMethodDefs()
2793 const SelectorSet &ClsMap, in MatchAllMethodDeclarations() argument
2834 !ClsMap.count(I->getSelector())) { in MatchAllMethodDeclarations()
2909 SelectorSet InsMap, ClsMap; in CheckCategoryVsClassMethodMatches() local
2925 ClsMap.insert(Sel); in CheckCategoryVsClassMethodMatches()
2927 if (InsMap.empty() && ClsMap.empty()) in CheckCategoryVsClassMethodMatches()
2974 SelectorSet ClsMap; in ImplMethodsVsClassMethods() local
2976 ClsMap.insert(I->getSelector()); in ImplMethodsVsClassMethods()
3896 llvm::DenseMap<Selector, const ObjCMethodDecl*> ClsMap; in ActOnAtEnd() local
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3549 const SelectorSet &ClsMap,