Searched refs:ClsMapSeen (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1808 SelectorSet &ClsMapSeen, in MatchAllMethodDeclarations() argument 1844 if (!ClsMapSeen.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 | 2887 SelectorSet &ClsMapSeen,
|