CXIdxEntityRefInfo

\brief Data for IndexerCallbacks#indexEntityReference.

Members

Variables

container
const(CXIdxContainerInfo)* container;

\brief Lexical container context of the reference.

cursor
CXCursor cursor;

\brief Reference cursor.

kind
CXIdxEntityRefKind kind;
Undocumented in source.
loc
CXIdxLoc loc;
Undocumented in source.
parentEntity
const(CXIdxEntityInfo)* parentEntity;

\brief Immediate "parent" of the reference. For example:

referencedEntity
const(CXIdxEntityInfo)* referencedEntity;

\brief The entity that gets referenced.

Meta