Searched refs:InsMap (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 2593 const Sema::SelectorSet &InsMap, in CheckProtocolMethodDefs() argument 2640 if (InsMap.count(fISelector)) in CheckProtocolMethodDefs() 2661 !InsMap.count(method->getSelector()) && in CheckProtocolMethodDefs() 2714 CheckProtocolMethodDefs(S, ImpLoc, PI, IncompleteImpl, InsMap, ClsMap, in CheckProtocolMethodDefs() 2721 void Sema::MatchAllMethodDeclarations(const SelectorSet &InsMap, in MatchAllMethodDeclarations() argument 2736 !InsMap.count(I->getSelector())) { in MatchAllMethodDeclarations() 2787 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 2798 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 2805 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 2812 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() [all …]
|
D | SemaObjCProperty.cpp | 1876 llvm::SmallPtrSet<const ObjCMethodDecl *, 8> InsMap; in DiagnoseUnimplementedProperties() local 1879 InsMap.insert(I); in DiagnoseUnimplementedProperties() 1891 InsMap.insert(I); in DiagnoseUnimplementedProperties() 1906 PrimaryClass, Prop->getGetterName(), IMPDecl, CDecl, C, Prop, InsMap); in DiagnoseUnimplementedProperties() 1910 IMPDecl, CDecl, C, Prop, InsMap); in DiagnoseUnimplementedProperties()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3187 void MatchAllMethodDeclarations(const SelectorSet &InsMap,
|