CXIdxEntityRefInfo

Data for IndexerCallbacks#indexEntityReference.

Members

Variables

container
const(CXIdxContainerInfo)* container;

Lexical container context of the reference.

cursor
CXCursor cursor;

Reference cursor.

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

Immediate "parent" of the reference. For example:

referencedEntity
const(CXIdxEntityInfo)* referencedEntity;

The entity that gets referenced.

role
CXSymbolRole role;

Sets of symbol roles of the reference.

Meta