Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp1369 const llvm::DenseSet<Selector> &InsMap, in CheckProtocolMethodDefs() argument
1391 if (InsMap.count(fISelector)) in CheckProtocolMethodDefs()
1408 !method->isSynthesized() && !InsMap.count(method->getSelector()) && in CheckProtocolMethodDefs()
1448 CheckProtocolMethodDefs(ImpLoc, *PI, IncompleteImpl, InsMap, ClsMap, IDecl); in CheckProtocolMethodDefs()
1454 void Sema::MatchAllMethodDeclarations(const llvm::DenseSet<Selector> &InsMap, in MatchAllMethodDeclarations() argument
1470 !InsMap.count((*I)->getSelector())) { in MatchAllMethodDeclarations()
1514 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
1523 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
1527 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
1536 llvm::DenseSet<Selector> InsMap; in ImplMethodsVsClassMethods() local
[all …]
DSemaObjCProperty.cpp1291 const llvm::DenseSet<Selector>& InsMap) { in DiagnoseUnimplementedProperties() argument
1315 if (!InsMap.count(Prop->getGetterName())) { in DiagnoseUnimplementedProperties()
1325 if (!Prop->isReadOnly() && !InsMap.count(Prop->getSetterName())) { in DiagnoseUnimplementedProperties()
/external/clang/include/clang/Sema/
DSema.h1781 const SelectorSet &InsMap,
1809 const SelectorSet &InsMap);
1881 void MatchAllMethodDeclarations(const SelectorSet &InsMap,