Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclObjC.cpp2807 SelectorSet &ClsMapSeen, in MatchAllMethodDeclarations() argument
2846 if (!ClsMapSeen.insert(I->getSelector()).second) in MatchAllMethodDeclarations()
2876 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2887 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2894 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2901 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2908 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2948 SelectorSet InsMapSeen, ClsMapSeen; in CheckCategoryVsClassMethodMatches() local
2950 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in CheckCategoryVsClassMethodMatches()
2998 SelectorSet InsMapSeen, ClsMapSeen; in ImplMethodsVsClassMethods() local
[all …]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h3976 SelectorSet &ClsMapSeen,