CXIdxEntityRefKind

Data for IndexerCallbacks#indexEntityReference.

This may be deprecated in a future version as this duplicates the \c CXSymbolRole_Implicit bit in \c CXSymbolRole.

Values

ValueMeaning
CXIdxEntityRef_Direct1

The entity is referenced directly in user's code.

CXIdxEntityRef_Implicit2

An implicit reference, e.g. a reference of an Objective-C method via the dot syntax.

Meta