Immediate "parent" of the reference. For example:
\code Foo *var; \endcode
The parent of reference of type 'Foo' is the variable 'var'. For references inside statement bodies of functions/methods, the parentEntity will be the function/method.
See Implementation
Immediate "parent" of the reference. For example:
\code Foo *var; \endcode
The parent of reference of type 'Foo' is the variable 'var'. For references inside statement bodies of functions/methods, the parentEntity will be the function/method.