Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3848 ObjCInterfaceDecl *IntfDecl = nullptr; in DiagnoseVariableSizedIvars() local
3851 if ((IntfDecl = dyn_cast<ObjCInterfaceDecl>(OCD))) { in DiagnoseVariableSizedIvars()
3852 Ivars = IntfDecl->ivars(); in DiagnoseVariableSizedIvars()
3854 IntfDecl = ImplDecl->getClassInterface(); in DiagnoseVariableSizedIvars()
3858 IntfDecl = CategoryDecl->getClassInterface(); in DiagnoseVariableSizedIvars()
3874 if (!IntfDecl) in DiagnoseVariableSizedIvars()
3911 const ObjCInterfaceDecl *SuperClass = IntfDecl->getSuperClass(); in DiagnoseVariableSizedIvars()
4192 if (const ObjCInterfaceDecl *Super = IntfDecl->getSuperClass()) { in ActOnAtEnd()
4193 if (!IntfDecl->hasAttr<ObjCSubclassingRestrictedAttr>() && in ActOnAtEnd()
4200 if (IntfDecl->hasAttr<ObjCClassStubAttr>() && in ActOnAtEnd()
[all …]