clang_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.

extern (C) @nogc @trusted nothrow pure
uint
clang_isReference
()

Meta