Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp1370 const llvm::DenseSet<Selector> &ClsMap, in CheckProtocolMethodDefs() argument
1434 !ClsMap.count(method->getSelector()) && in CheckProtocolMethodDefs()
1448 CheckProtocolMethodDefs(ImpLoc, *PI, IncompleteImpl, InsMap, ClsMap, IDecl); in CheckProtocolMethodDefs()
1455 const llvm::DenseSet<Selector> &ClsMap, in MatchAllMethodDeclarations() argument
1496 if (!ClsMap.count((*I)->getSelector())) { in MatchAllMethodDeclarations()
1514 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
1523 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
1527 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
1550 llvm::DenseSet<Selector> ClsMap; in ImplMethodsVsClassMethods() local
1554 ClsMap.insert((*I)->getSelector()); in ImplMethodsVsClassMethods()
[all …]
/external/clang/include/clang/Sema/
DSema.h1782 const SelectorSet &ClsMap,
1882 const SelectorSet &ClsMap,