Searched refs:InsMapSeen (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 2698 SelectorSet &InsMapSeen, in MatchAllMethodDeclarations() argument 2708 if (!InsMapSeen.insert(I->getSelector()).second) in MatchAllMethodDeclarations() 2759 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 2770 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 2777 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 2784 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 2791 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 2831 SelectorSet InsMapSeen, ClsMapSeen; in CheckCategoryVsClassMethodMatches() local 2833 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in CheckCategoryVsClassMethodMatches() 2881 SelectorSet InsMapSeen, ClsMapSeen; in ImplMethodsVsClassMethods() local [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3115 SelectorSet &InsMapSeen,
|