CXLinkageKind

\brief Describe the linkage of the entity referred to by a cursor.

Values

ValueMeaning
CXLinkage_Invalid

\brief This value indicates that no linkage information is available * for a provided CXCursor.

CXLinkage_NoLinkage

\brief This is the linkage for variables, parameters, and so on that have automatic storage. This covers normal (non-extern) local variables.

CXLinkage_Internal

\brief This is the linkage for static variables and static functions.

CXLinkage_UniqueExternal

\brief This is the linkage for entities with external linkage that live * in C++ anonymous namespaces.

CXLinkage_External

\brief This is the linkage for entities with true, external linkage.

Meta