Home | History | Annotate | Download | only in Sema

Lines Matching refs:ObjCIvarDecl

1870   if (ObjCIvarDecl *Ivar = dyn_cast<ObjCIvarDecl>(Decl)) {
1872 if (Ivar->getCanonicalAccessControl() == ObjCIvarDecl::Public ||
1873 Ivar->getCanonicalAccessControl() == ObjCIvarDecl::Package)
1904 if (Ivar->getCanonicalAccessControl() == ObjCIvarDecl::Private)