Searched refs:ClsMapSeen (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1813 SelectorSet &ClsMapSeen, in MatchAllMethodDeclarations() argument 1849 if (!ClsMapSeen.insert(I->getSelector())) in MatchAllMethodDeclarations() 1873 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 1884 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 1890 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 1897 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 1904 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 1944 SelectorSet InsMapSeen, ClsMapSeen; in CheckCategoryVsClassMethodMatches() local 1946 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in CheckCategoryVsClassMethodMatches() 1977 SelectorSet InsMapSeen, ClsMapSeen; in ImplMethodsVsClassMethods() local [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2845 SelectorSet &ClsMapSeen,
|