Lines Matching full:ivar
403 ;; Objective-C an ivar, or the type of which this
1497 access. Or a property can just be a direct access to some declared ivar.
1498 Finally it can have an ivar "automatically synthesized" for it by the compiler,
1501 there is no entry in the ``@interface`` declaration corresponding to this ivar.
1508 If there is a related ivar, there will also be a DWARF property attribute placed
1509 in the ``DW_TAG_member`` DIE for that ivar referring back to the property TAG
1510 for that property. And in the case where the compiler synthesizes the ivar
1512 ivar (with the ``DW_AT_artificial`` set to 1), whose name will be the name used
1513 to access this ivar directly in code, and with the property attribute pointing
1564 Note, the current convention is that the name of the ivar for an
1567 don't need to know this convention, since we are given the name of the ivar