Searched refs:SelectorSet (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 2686 const Sema::SelectorSet &InsMap, in CheckProtocolMethodDefs() 2687 const Sema::SelectorSet &ClsMap, in CheckProtocolMethodDefs() 2814 void Sema::MatchAllMethodDeclarations(const SelectorSet &InsMap, in MatchAllMethodDeclarations() 2815 const SelectorSet &ClsMap, in MatchAllMethodDeclarations() 2816 SelectorSet &InsMapSeen, in MatchAllMethodDeclarations() 2817 SelectorSet &ClsMapSeen, in MatchAllMethodDeclarations() 2937 SelectorSet InsMap, ClsMap; in CheckCategoryVsClassMethodMatches() 2958 SelectorSet InsMapSeen, ClsMapSeen; in CheckCategoryVsClassMethodMatches() 2969 SelectorSet InsMap; in ImplMethodsVsClassMethods() 3002 SelectorSet ClsMap; in ImplMethodsVsClassMethods() [all …]
|
| H A D | SemaObjCProperty.cpp | 2327 SelectorSet InitSelSet; in DiagnoseMissingDesignatedInitOverrides()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 4364 typedef llvm::SmallPtrSet<Selector, 8> SelectorSet; typedef 4474 void MatchAllMethodDeclarations(const SelectorSet &InsMap, 4475 const SelectorSet &ClsMap, 4476 SelectorSet &InsMapSeen, 4477 SelectorSet &ClsMapSeen,
|