Searched refs:InsMapSeen (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 2816 SelectorSet &InsMapSeen, in MatchAllMethodDeclarations() argument 2826 if (!InsMapSeen.insert(I->getSelector()).second) in MatchAllMethodDeclarations() 2886 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 2897 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 2904 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 2911 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 2918 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 2958 SelectorSet InsMapSeen, ClsMapSeen; in CheckCategoryVsClassMethodMatches() local 2960 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in CheckCategoryVsClassMethodMatches() 3008 SelectorSet InsMapSeen, ClsMapSeen; in ImplMethodsVsClassMethods() local [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 4445 SelectorSet &InsMapSeen,
|