Searched refs:InsMap (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 2712 const SemaObjC::SelectorSet &InsMap, const SemaObjC::SelectorSet &ClsMap, in CheckProtocolMethodDefs() argument 2756 if (InsMap.count(fISelector)) in CheckProtocolMethodDefs() 2778 !InsMap.count(method->getSelector()) && in CheckProtocolMethodDefs() 2827 CheckProtocolMethodDefs(S, Impl, PI, IncompleteImpl, InsMap, ClsMap, CDecl, in CheckProtocolMethodDefs() 2835 const SelectorSet &InsMap, const SelectorSet &ClsMap, in MatchAllMethodDeclarations() argument 2845 !InsMap.count(I->getSelector())) { in MatchAllMethodDeclarations() 2902 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 2913 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 2920 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 2927 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() [all …]
|
H A D | SemaObjCProperty.cpp | 2080 llvm::SmallPtrSet<const ObjCMethodDecl *, 8> InsMap; in DiagnoseUnimplementedProperties() local 2083 InsMap.insert(I); in DiagnoseUnimplementedProperties() 2095 InsMap.insert(I); in DiagnoseUnimplementedProperties() 2110 IMPDecl, CDecl, C, Prop, InsMap); in DiagnoseUnimplementedProperties() 2114 Prop, InsMap); in DiagnoseUnimplementedProperties()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaObjC.h | 431 const SelectorSet &InsMap, const SelectorSet &ClsMap,
|