Searched refs:ClsMap (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 2720 const SemaObjC::SelectorSet &InsMap, const SemaObjC::SelectorSet &ClsMap, in CheckProtocolMethodDefs() argument 2815 !ClsMap.count(method->getSelector()) && in CheckProtocolMethodDefs() 2835 CheckProtocolMethodDefs(S, Impl, PI, IncompleteImpl, InsMap, ClsMap, CDecl, in CheckProtocolMethodDefs() 2843 const SelectorSet &InsMap, const SelectorSet &ClsMap, in MatchAllMethodDeclarations() argument 2883 !ClsMap.count(I->getSelector())) { in MatchAllMethodDeclarations() 2910 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 2921 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 2928 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 2935 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 2942 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaObjC.h | 423 const SelectorSet &InsMap, const SelectorSet &ClsMap,
|