Home | History | Annotate | Download | only in AST

Lines Matching refs:Ivar

2731   // Import the major distinguishing characteristics of an ivar.
2738 // Determine whether we've already imported this ivar
3592 // Import the ivar (for an @synthesize).
3593 ObjCIvarDecl *Ivar = 0;
3595 Ivar = cast_or_null<ObjCIvarDecl>(
3597 if (!Ivar)
3609 Ivar,
3632 Ivar != ToImpl->getPropertyIvarDecl()) {
3637 << Ivar->getDeclName();