Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp1456 llvm::DenseSet<Selector> &InsMapSeen, in MatchAllMethodDeclarations() argument
1466 if (InsMapSeen.count((*I)->getSelector())) in MatchAllMethodDeclarations()
1468 InsMapSeen.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.h1883 SelectorSet &InsMapSeen,