Searched refs:SelectorSet (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 2568 const Sema::SelectorSet &InsMap, in CheckProtocolMethodDefs() 2569 const Sema::SelectorSet &ClsMap, in CheckProtocolMethodDefs() 2696 void Sema::MatchAllMethodDeclarations(const SelectorSet &InsMap, in MatchAllMethodDeclarations() 2697 const SelectorSet &ClsMap, in MatchAllMethodDeclarations() 2698 SelectorSet &InsMapSeen, in MatchAllMethodDeclarations() 2699 SelectorSet &ClsMapSeen, in MatchAllMethodDeclarations() 2810 SelectorSet InsMap, ClsMap; in CheckCategoryVsClassMethodMatches() 2831 SelectorSet InsMapSeen, ClsMapSeen; in CheckCategoryVsClassMethodMatches() 2842 SelectorSet InsMap; in ImplMethodsVsClassMethods() 2875 SelectorSet ClsMap; in ImplMethodsVsClassMethods() [all …]
|
D | SemaObjCProperty.cpp | 1736 Sema::SelectorSet &SMap) { in DiagnoseUnimplementedAccessor() 1824 SelectorSet InsMap; in DiagnoseUnimplementedProperties() 2041 SelectorSet InitSelSet; in DiagnoseMissingDesignatedInitOverrides()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3007 typedef llvm::SmallPtrSet<Selector, 8> SelectorSet; typedef 3113 void MatchAllMethodDeclarations(const SelectorSet &InsMap, 3114 const SelectorSet &ClsMap, 3115 SelectorSet &InsMapSeen, 3116 SelectorSet &ClsMapSeen,
|