ΒΆunsigned int clang_isReference(enum CXCursorKind)

Description

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.

Declared at: clang/include/clang-c/Index.h:2833

Parameters

enum CXCursorKind