Searched refs:ClsMap (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 2569 const Sema::SelectorSet &ClsMap, in CheckProtocolMethodDefs() argument 2668 !ClsMap.count(method->getSelector()) && in CheckProtocolMethodDefs() 2689 CheckProtocolMethodDefs(S, ImpLoc, PI, IncompleteImpl, InsMap, ClsMap, in CheckProtocolMethodDefs() 2697 const SelectorSet &ClsMap, in MatchAllMethodDeclarations() argument 2737 if (!ClsMap.count(I->getSelector())) { in MatchAllMethodDeclarations() 2759 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 2770 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 2777 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 2784 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 2791 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3114 const SelectorSet &ClsMap,
|