Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3833 ObjCInterfaceDecl *IntfDecl = nullptr; in DiagnoseVariableSizedIvars() local
3836 if ((IntfDecl = dyn_cast<ObjCInterfaceDecl>(OCD))) { in DiagnoseVariableSizedIvars()
3837 Ivars = IntfDecl->ivars(); in DiagnoseVariableSizedIvars()
3839 IntfDecl = ImplDecl->getClassInterface(); in DiagnoseVariableSizedIvars()
3843 IntfDecl = CategoryDecl->getClassInterface(); in DiagnoseVariableSizedIvars()
3859 if (!IntfDecl) in DiagnoseVariableSizedIvars()
3896 const ObjCInterfaceDecl *SuperClass = IntfDecl->getSuperClass(); in DiagnoseVariableSizedIvars()
4177 if (const ObjCInterfaceDecl *Super = IntfDecl->getSuperClass()) { in ActOnAtEnd()
4178 if (!IntfDecl->hasAttr<ObjCSubclassingRestrictedAttr>() && in ActOnAtEnd()
4185 if (IntfDecl->hasAttr<ObjCClassStubAttr>() && in ActOnAtEnd()
[all …]