Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2712 const SemaObjC::SelectorSet &InsMap, const SemaObjC::SelectorSet &ClsMap, in CheckProtocolMethodDefs() argument
2807 !ClsMap.count(method->getSelector()) && in CheckProtocolMethodDefs()
2827 CheckProtocolMethodDefs(S, Impl, PI, IncompleteImpl, InsMap, ClsMap, CDecl, in CheckProtocolMethodDefs()
2835 const SelectorSet &InsMap, const SelectorSet &ClsMap, in MatchAllMethodDeclarations() argument
2875 !ClsMap.count(I->getSelector())) { in MatchAllMethodDeclarations()
2902 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2913 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2920 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2927 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2934 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h431 const SelectorSet &InsMap, const SelectorSet &ClsMap,