Searched refs:SelectorSet (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaDeclObjC.cpp | 1623 const SelectorSet &InsMap, in CheckProtocolMethodDefs() 1624 const SelectorSet &ClsMap, in CheckProtocolMethodDefs() 1721 void Sema::MatchAllMethodDeclarations(const SelectorSet &InsMap, in MatchAllMethodDeclarations() 1722 const SelectorSet &ClsMap, in MatchAllMethodDeclarations() 1723 SelectorSet &InsMapSeen, in MatchAllMethodDeclarations() 1724 SelectorSet &ClsMapSeen, in MatchAllMethodDeclarations() 1844 SelectorSet InsMap, ClsMap; in CheckCategoryVsClassMethodMatches() 1865 SelectorSet InsMapSeen, ClsMapSeen; in CheckCategoryVsClassMethodMatches() 1876 SelectorSet InsMap; in ImplMethodsVsClassMethods() 1892 SelectorSet ClsMap; in ImplMethodsVsClassMethods() [all …]
|
| D | SemaObjCProperty.cpp | 1643 SelectorSet InsMap; in DiagnoseUnimplementedProperties()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/ |
| D | Sema.h | 2597 typedef llvm::SmallPtrSet<Selector, 8> SelectorSet; typedef 2605 const SelectorSet &InsMap, 2606 const SelectorSet &ClsMap, 2710 void MatchAllMethodDeclarations(const SelectorSet &InsMap, 2711 const SelectorSet &ClsMap, 2712 SelectorSet &InsMapSeen, 2713 SelectorSet &ClsMapSeen,
|