Home
last modified time | relevance | path

Searched refs:InsMapSeen (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclObjC.cpp1812 SelectorSet &InsMapSeen, in MatchAllMethodDeclarations() argument
1822 if (!InsMapSeen.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/
DSema.h2844 SelectorSet &InsMapSeen,