Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp2686 const Sema::SelectorSet &InsMap, in CheckProtocolMethodDefs() argument
2733 if (InsMap.count(fISelector)) in CheckProtocolMethodDefs()
2754 !InsMap.count(method->getSelector()) && in CheckProtocolMethodDefs()
2807 CheckProtocolMethodDefs(S, ImpLoc, PI, IncompleteImpl, InsMap, ClsMap, in CheckProtocolMethodDefs()
2814 void Sema::MatchAllMethodDeclarations(const SelectorSet &InsMap, in MatchAllMethodDeclarations() argument
2829 !InsMap.count(I->getSelector())) { in MatchAllMethodDeclarations()
2886 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2897 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2904 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2911 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
[all …]
H A DSemaObjCProperty.cpp2103 llvm::SmallPtrSet<const ObjCMethodDecl *, 8> InsMap; in DiagnoseUnimplementedProperties() local
2106 InsMap.insert(I); in DiagnoseUnimplementedProperties()
2118 InsMap.insert(I); in DiagnoseUnimplementedProperties()
2133 PrimaryClass, Prop->getGetterName(), IMPDecl, CDecl, C, Prop, InsMap); in DiagnoseUnimplementedProperties()
2137 IMPDecl, CDecl, C, Prop, InsMap); in DiagnoseUnimplementedProperties()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h4443 void MatchAllMethodDeclarations(const SelectorSet &InsMap,