Home | History | Annotate | Download | only in docs

Lines Matching full:ivar

402 ivar, or the type of which this
1491 access. Or a property can just be a direct access to some declared ivar.
1492 Finally it can have an ivar "automatically synthesized" for it by the compiler,
1495 there is no entry in the ``@interface`` declaration corresponding to this ivar.
1502 If there is a related ivar, there will also be a DWARF property attribute placed
1503 in the ``DW_TAG_member`` DIE for that ivar referring back to the property TAG
1504 for that property. And in the case where the compiler synthesizes the ivar
1506 ivar (with the ``DW_AT_artificial`` set to 1), whose name will be the name used
1507 to access this ivar directly in code, and with the property attribute pointing
1558 Note, the current convention is that the name of the ivar for an
1561 don't need to know this convention, since we are given the name of the ivar