Searched refs:InsMapSeen (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1807 SelectorSet &InsMapSeen, in MatchAllMethodDeclarations() argument 1817 if (!InsMapSeen.insert(I->getSelector()).second) in MatchAllMethodDeclarations() 1868 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 1879 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 1885 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 1892 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 1899 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 1939 SelectorSet InsMapSeen, ClsMapSeen; in CheckCategoryVsClassMethodMatches() local 1941 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in CheckCategoryVsClassMethodMatches() 1972 SelectorSet InsMapSeen, ClsMapSeen; in ImplMethodsVsClassMethods() local [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2886 SelectorSet &InsMapSeen,
|