Searched refs:InsMap (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 2720 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 D | SemaObjCProperty.cpp | 2092 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 D | SemaObjC.h | 423 const SelectorSet &InsMap, const SelectorSet &ClsMap,
|