Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2750 if (InsMap.count(fISelector)) in CheckProtocolMethodDefs()
2772 !InsMap.count(method->getSelector()) && in CheckProtocolMethodDefs()
2843 !InsMap.count(I->getSelector())) { in MatchAllMethodDeclarations()
2951 SelectorSet InsMap, ClsMap; in CheckCategoryVsClassMethodMatches() local
2960 InsMap.insert(Sel); in CheckCategoryVsClassMethodMatches()
2969 if (InsMap.empty() && ClsMap.empty()) in CheckCategoryVsClassMethodMatches()
2983 SelectorSet InsMap; in ImplMethodsVsClassMethods() local
2987 InsMap.insert(I->getSelector()); in ImplMethodsVsClassMethods()
2998 InsMap.insert(P->getGetterName()); in ImplMethodsVsClassMethods()
3000 InsMap.insert(P->getSetterName()); in ImplMethodsVsClassMethods()
[all …]
H A DSemaObjCProperty.cpp2098 llvm::SmallPtrSet<const ObjCMethodDecl *, 8> InsMap; in DiagnoseUnimplementedProperties() local
2101 InsMap.insert(I); in DiagnoseUnimplementedProperties()
2113 InsMap.insert(I); in DiagnoseUnimplementedProperties()
2128 PrimaryClass, Prop->getGetterName(), IMPDecl, CDecl, C, Prop, InsMap); in DiagnoseUnimplementedProperties()
2132 IMPDecl, CDecl, C, Prop, InsMap); in DiagnoseUnimplementedProperties()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4984 void MatchAllMethodDeclarations(const SelectorSet &InsMap,