Searched refs:ClsMap (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 2594 const Sema::SelectorSet &ClsMap, in CheckProtocolMethodDefs() argument 2693 !ClsMap.count(method->getSelector()) && in CheckProtocolMethodDefs() 2714 CheckProtocolMethodDefs(S, ImpLoc, PI, IncompleteImpl, InsMap, ClsMap, in CheckProtocolMethodDefs() 2722 const SelectorSet &ClsMap, in MatchAllMethodDeclarations() argument 2763 !ClsMap.count(I->getSelector())) { in MatchAllMethodDeclarations() 2787 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 2798 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 2805 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 2812 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 2819 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3188 const SelectorSet &ClsMap,
|