Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp2593 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 …]
DSemaObjCProperty.cpp1876 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/
DSema.h3187 void MatchAllMethodDeclarations(const SelectorSet &InsMap,