Home
last modified time | relevance | path

Searched refs:SelectorSet (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclObjC.cpp1545 const SelectorSet &InsMap, in CheckProtocolMethodDefs()
1546 const SelectorSet &ClsMap, in CheckProtocolMethodDefs()
1642 void Sema::MatchAllMethodDeclarations(const SelectorSet &InsMap, in MatchAllMethodDeclarations()
1643 const SelectorSet &ClsMap, in MatchAllMethodDeclarations()
1644 SelectorSet &InsMapSeen, in MatchAllMethodDeclarations()
1645 SelectorSet &ClsMapSeen, in MatchAllMethodDeclarations()
1741 SelectorSet InsMap, ClsMap; in CheckCategoryVsClassMethodMatches()
1762 SelectorSet InsMapSeen, ClsMapSeen; in CheckCategoryVsClassMethodMatches()
1773 SelectorSet InsMap; in ImplMethodsVsClassMethods()
1789 SelectorSet ClsMap; in ImplMethodsVsClassMethods()
[all …]
DSemaObjCProperty.cpp1645 const SelectorSet &InsMap) { in DiagnoseUnimplementedProperties()
/external/clang/include/clang/Sema/
DSema.h2250 typedef llvm::SmallPtrSet<Selector, 8> SelectorSet; typedef
2258 const SelectorSet &InsMap,
2259 const SelectorSet &ClsMap,
2278 const SelectorSet &InsMap);
2354 void MatchAllMethodDeclarations(const SelectorSet &InsMap,
2355 const SelectorSet &ClsMap,
2356 SelectorSet &InsMapSeen,
2357 SelectorSet &ClsMapSeen,