Searched refs:ClsMap (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1613 const SelectorSet &ClsMap, in CheckProtocolMethodDefs() argument 1686 !ClsMap.count(method->getSelector()) && in CheckProtocolMethodDefs() 1704 CheckProtocolMethodDefs(ImpLoc, *PI, IncompleteImpl, InsMap, ClsMap, CDecl); in CheckProtocolMethodDefs() 1711 const SelectorSet &ClsMap, in MatchAllMethodDeclarations() argument 1757 if (!ClsMap.count((*I)->getSelector())) { in MatchAllMethodDeclarations() 1785 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 1795 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 1805 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 1813 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 1824 SelectorSet InsMap, ClsMap; in CheckCategoryVsClassMethodMatches() local [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2554 const SelectorSet &ClsMap, 2649 const SelectorSet &ClsMap,
|