Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp2824 SelectorSet &ClsMapSeen, in MatchAllMethodDeclarations() argument
2863 if (!ClsMapSeen.insert(I->getSelector()).second) in MatchAllMethodDeclarations()
2893 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()
2925 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2965 SelectorSet InsMapSeen, ClsMapSeen; in CheckCategoryVsClassMethodMatches() local
2967 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in CheckCategoryVsClassMethodMatches()
3015 SelectorSet InsMapSeen, ClsMapSeen; in ImplMethodsVsClassMethods() local
[all …]
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h4738 SelectorSet &ClsMapSeen,