Searched refs:InsMap (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 2568 const Sema::SelectorSet &InsMap, in CheckProtocolMethodDefs() argument 2615 if (InsMap.count(fISelector)) in CheckProtocolMethodDefs() 2636 !InsMap.count(method->getSelector()) && in CheckProtocolMethodDefs() 2689 CheckProtocolMethodDefs(S, ImpLoc, PI, IncompleteImpl, InsMap, ClsMap, in CheckProtocolMethodDefs() 2696 void Sema::MatchAllMethodDeclarations(const SelectorSet &InsMap, in MatchAllMethodDeclarations() argument 2711 !InsMap.count(I->getSelector())) { in MatchAllMethodDeclarations() 2759 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 2770 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 2777 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 2784 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() [all …]
|
D | SemaObjCProperty.cpp | 1824 SelectorSet InsMap; in DiagnoseUnimplementedProperties() local 1827 InsMap.insert(I->getSelector()); in DiagnoseUnimplementedProperties() 1839 InsMap.insert(I->getSelector()); in DiagnoseUnimplementedProperties() 1854 PrimaryClass, Prop->getGetterName(), IMPDecl, CDecl, C, Prop, InsMap); in DiagnoseUnimplementedProperties() 1858 IMPDecl, CDecl, C, Prop, InsMap); in DiagnoseUnimplementedProperties()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3113 void MatchAllMethodDeclarations(const SelectorSet &InsMap,
|