Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp2741 if (InsMap.count(fISelector)) in CheckProtocolMethodDefs()
2762 !InsMap.count(method->getSelector()) && in CheckProtocolMethodDefs()
2836 !InsMap.count(I->getSelector())) { in MatchAllMethodDeclarations()
2944 SelectorSet InsMap, ClsMap; in CheckCategoryVsClassMethodMatches() local
2953 InsMap.insert(Sel); in CheckCategoryVsClassMethodMatches()
2962 if (InsMap.empty() && ClsMap.empty()) in CheckCategoryVsClassMethodMatches()
2976 SelectorSet InsMap; in ImplMethodsVsClassMethods() local
2980 InsMap.insert(I->getSelector()); in ImplMethodsVsClassMethods()
2991 InsMap.insert(P->getGetterName()); in ImplMethodsVsClassMethods()
2993 InsMap.insert(P->getSetterName()); in ImplMethodsVsClassMethods()
[all …]
H A DSemaObjCProperty.cpp2102 llvm::SmallPtrSet<const ObjCMethodDecl *, 8> InsMap; in DiagnoseUnimplementedProperties() local
2105 InsMap.insert(I); in DiagnoseUnimplementedProperties()
2117 InsMap.insert(I); in DiagnoseUnimplementedProperties()
2132 PrimaryClass, Prop->getGetterName(), IMPDecl, CDecl, C, Prop, InsMap); in DiagnoseUnimplementedProperties()
2136 IMPDecl, CDecl, C, Prop, InsMap); in DiagnoseUnimplementedProperties()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h4735 void MatchAllMethodDeclarations(const SelectorSet &InsMap,