Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp2705 const Sema::SelectorSet &InsMap, const Sema::SelectorSet &ClsMap, in CheckProtocolMethodDefs() argument
2749 if (InsMap.count(fISelector)) in CheckProtocolMethodDefs()
2770 !InsMap.count(method->getSelector()) && in CheckProtocolMethodDefs()
2822 CheckProtocolMethodDefs(S, Impl, PI, IncompleteImpl, InsMap, ClsMap, CDecl, in CheckProtocolMethodDefs()
2829 void Sema::MatchAllMethodDeclarations(const SelectorSet &InsMap, in MatchAllMethodDeclarations() argument
2844 !InsMap.count(I->getSelector())) { in MatchAllMethodDeclarations()
2901 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2912 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2919 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
2926 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen, in MatchAllMethodDeclarations()
[all …]
H A DSemaObjCProperty.cpp2099 llvm::SmallPtrSet<const ObjCMethodDecl *, 8> InsMap; in DiagnoseUnimplementedProperties() local
2102 InsMap.insert(I); in DiagnoseUnimplementedProperties()
2114 InsMap.insert(I); in DiagnoseUnimplementedProperties()
2129 PrimaryClass, Prop->getGetterName(), IMPDecl, CDecl, C, Prop, InsMap); in DiagnoseUnimplementedProperties()
2133 IMPDecl, CDecl, C, Prop, InsMap); in DiagnoseUnimplementedProperties()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h4858 void MatchAllMethodDeclarations(const SelectorSet &InsMap,