Searched defs:IMPDecl (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 1866 void SemaObjC::DefaultSynthesizeProperties(Scope *S, ObjCImplDecl *IMPDecl, in DefaultSynthesizeProperties() 1976 ObjCImplDecl *IMPDecl, ObjCContainerDecl *CDecl, ObjCCategoryDecl *C, in DiagnoseUnimplementedAccessor() 2011 void SemaObjC::DiagnoseUnimplementedProperties(Scope *S, ObjCImplDecl *IMPDecl, in DiagnoseUnimplementedProperties() 2144 void SemaObjC::AtomicPropertySetterGetterRules(ObjCImplDecl *IMPDecl, in AtomicPropertySetterGetterRules()
|
H A D | SemaDeclObjC.cpp | 2076 ObjCImplementationDecl *IMPDecl = in ActOnStartClassImplementation() local 2836 SelectorSet &InsMapSeen, SelectorSet &ClsMapSeen, ObjCImplDecl *IMPDecl, in MatchAllMethodDeclarations() 2982 void SemaObjC::ImplMethodsVsClassMethods(Scope *S, ObjCImplDecl *IMPDecl, in ImplMethodsVsClassMethods() 5621 if (ObjCImplementationDecl *IMPDecl = in ActOnIvar() local
|
H A D | SemaDecl.cpp | 19280 } else if (ObjCImplementationDecl *IMPDecl = in ActOnFields() local
|