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.cpp2720 const SemaObjC::SelectorSet &InsMap, const SemaObjC::SelectorSet &ClsMap, in CheckProtocolMethodDefs() argument
2764 if (InsMap.count(fISelector)) in CheckProtocolMethodDefs()
2786 !InsMap.count(method->getSelector()) && in CheckProtocolMethodDefs()
2835 CheckProtocolMethodDefs(S, Impl, PI, IncompleteImpl, InsMap, ClsMap, CDecl, in CheckProtocolMethodDefs()
2843 const SelectorSet &InsMap, const SelectorSet &ClsMap, in MatchAllMethodDeclarations() argument
2853 !InsMap.count(I->getSelector())) { in MatchAllMethodDeclarations()
2910 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2921 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2928 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2935 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
[all …]
H A DSemaObjCProperty.cpp2092 llvm::SmallPtrSet<const ObjCMethodDecl *, 8> InsMap(llvm::from_range, in DiagnoseUnimplementedProperties() local
2104 InsMap.insert_range(IMP->methods()); in DiagnoseUnimplementedProperties()
2119 IMPDecl, CDecl, C, Prop, InsMap); in DiagnoseUnimplementedProperties()
2123 Prop, InsMap); in DiagnoseUnimplementedProperties()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h423 const SelectorSet &InsMap, const SelectorSet &ClsMap,