Searched refs:SelectorSet (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 2706 const Sema::SelectorSet &InsMap, const Sema::SelectorSet &ClsMap, in CheckProtocolMethodDefs() 2828 void Sema::MatchAllMethodDeclarations(const SelectorSet &InsMap, in MatchAllMethodDeclarations() 2829 const SelectorSet &ClsMap, in MatchAllMethodDeclarations() 2830 SelectorSet &InsMapSeen, in MatchAllMethodDeclarations() 2831 SelectorSet &ClsMapSeen, in MatchAllMethodDeclarations() 2951 SelectorSet InsMap, ClsMap; in CheckCategoryVsClassMethodMatches() 2972 SelectorSet InsMapSeen, ClsMapSeen; in CheckCategoryVsClassMethodMatches() 2983 SelectorSet InsMap; in ImplMethodsVsClassMethods() 3016 SelectorSet ClsMap; in ImplMethodsVsClassMethods() 3022 SelectorSet InsMapSeen, ClsMapSeen; in ImplMethodsVsClassMethods()
|
| H A D | SemaObjCProperty.cpp | 2323 SelectorSet InitSelSet; in DiagnoseMissingDesignatedInitOverrides()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 4874 typedef llvm::SmallPtrSet<Selector, 8> SelectorSet; typedef 4984 void MatchAllMethodDeclarations(const SelectorSet &InsMap, 4985 const SelectorSet &ClsMap, 4986 SelectorSet &InsMapSeen, 4987 SelectorSet &ClsMapSeen,
|