Lines Matching full:ivar
2969 // Import the major distinguishing characteristics of an ivar.
2976 // Determine whether we've already imported this ivar
3828 // Import the ivar (for an @synthesize).
3829 ObjCIvarDecl *Ivar = 0;
3831 Ivar = cast_or_null<ObjCIvarDecl>(
3833 if (!Ivar)
3845 Ivar,
3868 Ivar != ToImpl->getPropertyIvarDecl()) {
3873 << Ivar->getDeclName();