CXIdxEntityRefInfo.parentEntity

\brief 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.

struct CXIdxEntityRefInfo
const(CXIdxEntityInfo)* parentEntity;

Meta