Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2830 SelectorSet &InsMapSeen, in MatchAllMethodDeclarations() argument
2840 if (!InsMapSeen.insert(I->getSelector()).second) in MatchAllMethodDeclarations()
2900 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2911 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2918 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2925 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2932 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2972 SelectorSet InsMapSeen, ClsMapSeen; in CheckCategoryVsClassMethodMatches() local
2974 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in CheckCategoryVsClassMethodMatches()
3022 SelectorSet InsMapSeen, ClsMapSeen; in ImplMethodsVsClassMethods() local
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4986 SelectorSet &InsMapSeen,