Searched refs:SelectorSet (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 2664 const Sema::SelectorSet &InsMap, in CheckProtocolMethodDefs() 2665 const Sema::SelectorSet &ClsMap, in CheckProtocolMethodDefs() 2792 void Sema::MatchAllMethodDeclarations(const SelectorSet &InsMap, in MatchAllMethodDeclarations() 2793 const SelectorSet &ClsMap, in MatchAllMethodDeclarations() 2794 SelectorSet &InsMapSeen, in MatchAllMethodDeclarations() 2795 SelectorSet &ClsMapSeen, in MatchAllMethodDeclarations() 2909 SelectorSet InsMap, ClsMap; in CheckCategoryVsClassMethodMatches() 2930 SelectorSet InsMapSeen, ClsMapSeen; in CheckCategoryVsClassMethodMatches() 2941 SelectorSet InsMap; in ImplMethodsVsClassMethods() 2974 SelectorSet ClsMap; in ImplMethodsVsClassMethods() [all …]
|
| H A D | SemaObjCProperty.cpp | 2273 SelectorSet InitSelSet; in DiagnoseMissingDesignatedInitOverrides()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 3438 typedef llvm::SmallPtrSet<Selector, 8> SelectorSet; typedef 3548 void MatchAllMethodDeclarations(const SelectorSet &InsMap, 3549 const SelectorSet &ClsMap, 3550 SelectorSet &InsMapSeen, 3551 SelectorSet &ClsMapSeen,
|