Home | History | Annotate | Download | only in AST

Lines Matching refs:getPropertyIvarDecl

3566        cast_or_null<ObjCIvarDecl>(Importer.Import(D->getPropertyIvarDecl())));
3594 if (D->getPropertyIvarDecl()) {
3596 Importer.Import(D->getPropertyIvarDecl()));
3632 Ivar != ToImpl->getPropertyIvarDecl()) {
3636 << ToImpl->getPropertyIvarDecl()->getDeclName()
3640 << D->getPropertyIvarDecl()->getDeclName();