Home | History | Annotate | Download | only in Sema

Lines Matching refs:InsMap

1430                                    const llvm::DenseSet<Selector> &InsMap,
1452 if (InsMap.count(fISelector))
1469 !method->isSynthesized() && !InsMap.count(method->getSelector()) &&
1510 CheckProtocolMethodDefs(ImpLoc, *PI, IncompleteImpl, InsMap, ClsMap, IDecl);
1516 void Sema::MatchAllMethodDeclarations(const llvm::DenseSet<Selector> &InsMap,
1533 !InsMap.count((*I)->getSelector())) {
1586 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen,
1595 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen,
1602 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen,
1613 llvm::DenseSet<Selector> InsMap, ClsMap;
1618 InsMap.insert((*I)->getSelector());
1624 if (InsMap.empty() && ClsMap.empty())
1636 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen,
1644 llvm::DenseSet<Selector> InsMap;
1649 InsMap.insert((*I)->getSelector());
1656 DiagnoseUnimplementedProperties(S, IMPDecl, CDecl, InsMap);
1667 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen,
1687 InsMap, ClsMap, I);
1701 InsMap, ClsMap, CDecl);
1710 InsMap.insert((*I)->getSelector());
1712 DiagnoseUnimplementedProperties(S, IMPDecl, CDecl, InsMap);
2152 llvm::DenseMap<Selector, const ObjCMethodDecl*> InsMap;
2162 const ObjCMethodDecl *&PrevMethod = InsMap[Method->getSelector()];
2174 InsMap[Method->getSelector()] = Method;