Searched refs:InsMap (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaDeclObjC.cpp | 2676 const Sema::SelectorSet &InsMap, in CheckProtocolMethodDefs() argument 2723 if (InsMap.count(fISelector)) in CheckProtocolMethodDefs() 2744 !InsMap.count(method->getSelector()) && in CheckProtocolMethodDefs() 2797 CheckProtocolMethodDefs(S, ImpLoc, PI, IncompleteImpl, InsMap, ClsMap, in CheckProtocolMethodDefs() 2804 void Sema::MatchAllMethodDeclarations(const SelectorSet &InsMap, in MatchAllMethodDeclarations() argument 2819 !InsMap.count(I->getSelector())) { in MatchAllMethodDeclarations() 2876 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 2887 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 2894 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() 2901 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations() [all …]
|
| HD | SemaObjCProperty.cpp | 2112 llvm::SmallPtrSet<const ObjCMethodDecl *, 8> InsMap; in DiagnoseUnimplementedProperties() local 2115 InsMap.insert(I); in DiagnoseUnimplementedProperties() 2127 InsMap.insert(I); in DiagnoseUnimplementedProperties() 2142 PrimaryClass, Prop->getGetterName(), IMPDecl, CDecl, C, Prop, InsMap); in DiagnoseUnimplementedProperties() 2146 IMPDecl, CDecl, C, Prop, InsMap); in DiagnoseUnimplementedProperties()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| HD | Sema.h | 3973 void MatchAllMethodDeclarations(const SelectorSet &InsMap,
|