Cursor.isReference

Determine whether the given cursor kind represents a simple reference.

Note that other kinds of cursors (such as expressions) can also refer to other cursors. Use clang_getCursorReferenced() to determine whether a particular cursor refers to another entity.

struct Cursor
@property const @trusted scope
bool
isReference
()

Meta