Searched refs:InsMapSeen (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1644 SelectorSet &InsMapSeen, in MatchAllMethodDeclarations() argument 1655 if (InsMapSeen.count((*I)->getSelector())) in MatchAllMethodDeclarations() 1657 InsMapSeen.insert((*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() 1762 SelectorSet InsMapSeen, ClsMapSeen; in CheckCategoryVsClassMethodMatches() local 1764 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in CheckCategoryVsClassMethodMatches() 1797 SelectorSet InsMapSeen, ClsMapSeen; in ImplMethodsVsClassMethods() local 1798 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in ImplMethodsVsClassMethods()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2356 SelectorSet &InsMapSeen,
|