Searched refs:SelectorSet (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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 | 2328 SelectorSet InitSelSet; in DiagnoseMissingDesignatedInitOverrides()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 4333 typedef llvm::SmallPtrSet<Selector, 8> SelectorSet; typedef 4443 void MatchAllMethodDeclarations(const SelectorSet &InsMap, 4444 const SelectorSet &ClsMap, 4445 SelectorSet &InsMapSeen, 4446 SelectorSet &ClsMapSeen,
|