Searched defs:InsMap (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1671 SelectorSet InsMap; local
1675 InsMap.insert((*I)->getSelector());
1688 InsMap.insert((*I)->getSelector());
1704 if (!InsMap.count(Prop->getGetterName()) &&
1724 if (!Prop->isReadOnly() && !InsMap.count(Prop->getSetterName()) &&
H A DSemaDeclObjC.cpp1612 const SelectorSet &InsMap,
1632 if (InsMap.count(fISelector))
1655 !InsMap.count(method->getSelector()) &&
1704 CheckProtocolMethodDefs(ImpLoc, *PI, IncompleteImpl, InsMap, ClsMap, CDecl);
1710 void Sema::MatchAllMethodDeclarations(const SelectorSet &InsMap, argument
1727 !InsMap.count((*I)->getSelector())) {
1785 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen,
1795 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen,
1805 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen,
1813 MatchAllMethodDeclarations(InsMap, ClsMa
1609 CheckProtocolMethodDefs(SourceLocation ImpLoc, ObjCProtocolDecl *PDecl, bool& IncompleteImpl, const SelectorSet &InsMap, const SelectorSet &ClsMap, ObjCContainerDecl *CDecl) argument
1824 SelectorSet InsMap, ClsMap; local
1856 SelectorSet InsMap; local
2512 llvm::DenseMap<Selector, const ObjCMethodDecl*> InsMap; local
[all...]

Completed in 222 milliseconds