Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp1546 const SelectorSet &ClsMap, in CheckProtocolMethodDefs() argument
1616 !ClsMap.count(method->getSelector()) && in CheckProtocolMethodDefs()
1636 CheckProtocolMethodDefs(ImpLoc, *PI, IncompleteImpl, InsMap, ClsMap, CDecl); in CheckProtocolMethodDefs()
1643 const SelectorSet &ClsMap, in MatchAllMethodDeclarations() argument
1689 if (!ClsMap.count((*I)->getSelector())) { in MatchAllMethodDeclarations()
1712 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
1722 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
1730 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
1741 SelectorSet InsMap, ClsMap; in CheckCategoryVsClassMethodMatches() local
1751 ClsMap.insert((*I)->getSelector()); in CheckCategoryVsClassMethodMatches()
[all …]
/external/clang/include/clang/Sema/
DSema.h2259 const SelectorSet &ClsMap,
2355 const SelectorSet &ClsMap,