Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp1457 llvm::DenseSet<Selector> &ClsMapSeen, in MatchAllMethodDeclarations() argument
1493 if (ClsMapSeen.count((*I)->getSelector())) in MatchAllMethodDeclarations()
1495 ClsMapSeen.insert((*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()
1558 llvm::DenseSet<Selector> InsMapSeen, ClsMapSeen; in ImplMethodsVsClassMethods() local
1559 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in ImplMethodsVsClassMethods()
/external/clang/include/clang/Sema/
DSema.h1884 SelectorSet &ClsMapSeen,