Home | History | Annotate | Download | only in Sema

Lines Matching refs:getAccessControl

1202     if (IV->getAccessControl() != ObjCIvarDecl::Public &&
1203 IV->getAccessControl() != ObjCIvarDecl::Package) {
1222 if (IV->getAccessControl() == ObjCIvarDecl::Private) {