Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp1677 const Sema::SelectorSet &InsMap, in CheckProtocolMethodDefs() argument
1724 if (InsMap.count(fISelector)) in CheckProtocolMethodDefs()
1745 !InsMap.count(method->getSelector()) && in CheckProtocolMethodDefs()
1798 CheckProtocolMethodDefs(S, ImpLoc, PI, IncompleteImpl, InsMap, ClsMap, in CheckProtocolMethodDefs()
1805 void Sema::MatchAllMethodDeclarations(const SelectorSet &InsMap, in MatchAllMethodDeclarations() argument
1820 !InsMap.count(I->getSelector())) { in MatchAllMethodDeclarations()
1868 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
1879 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
1885 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
1892 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
[all …]
DSemaObjCProperty.cpp1718 SelectorSet InsMap; in DiagnoseUnimplementedProperties() local
1721 InsMap.insert(I->getSelector()); in DiagnoseUnimplementedProperties()
1733 InsMap.insert(I->getSelector()); in DiagnoseUnimplementedProperties()
1748 PrimaryClass, Prop->getGetterName(), IMPDecl, CDecl, C, Prop, InsMap); in DiagnoseUnimplementedProperties()
1752 IMPDecl, CDecl, C, Prop, InsMap); in DiagnoseUnimplementedProperties()
/external/clang/include/clang/Sema/
DSema.h2884 void MatchAllMethodDeclarations(const SelectorSet &InsMap,