Searched refs:InsMap (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp1623 const SelectorSet &InsMap,
1643 if (InsMap.count(fISelector))
1666 !InsMap.count(method->getSelector()) &&
1715 CheckProtocolMethodDefs(ImpLoc, *PI, IncompleteImpl, InsMap, ClsMap, CDecl);
1721 void Sema::MatchAllMethodDeclarations(const SelectorSet &InsMap, argument
1737 !InsMap.count((*I)->getSelector())) {
1791 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen,
1805 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen,
1815 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen,
1825 MatchAllMethodDeclarations(InsMap, ClsMa
1620 CheckProtocolMethodDefs(SourceLocation ImpLoc, ObjCProtocolDecl *PDecl, bool& IncompleteImpl, const SelectorSet &InsMap, const SelectorSet &ClsMap, ObjCContainerDecl *CDecl) argument
1844 SelectorSet InsMap, ClsMap; local
1876 SelectorSet InsMap; local
2532 llvm::DenseMap<Selector, const ObjCMethodDecl*> InsMap; local
[all...]
H A DSemaObjCProperty.cpp1643 SelectorSet InsMap; local
1647 InsMap.insert((*I)->getSelector());
1660 InsMap.insert((*I)->getSelector());
1676 if (!InsMap.count(Prop->getGetterName()) &&
1696 if (!Prop->isReadOnly() && !InsMap.count(Prop->getSetterName()) &&
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2605 const SelectorSet &InsMap,
2710 void MatchAllMethodDeclarations(const SelectorSet &InsMap,

Completed in 194 milliseconds