Value | Meaning |
---|---|
CXLinkage_Invalid0 | \brief This value indicates that no linkage information is available * for a provided CXCursor. |
CXLinkage_NoLinkage1 | \brief This is the linkage for variables, parameters, and so on that have automatic storage. This covers normal (non-extern) local variables. |
CXLinkage_Internal2 | \brief This is the linkage for static variables and static functions. |
CXLinkage_UniqueExternal3 | \brief This is the linkage for entities with external linkage that live * in C++ anonymous namespaces. |
CXLinkage_External4 | \brief This is the linkage for entities with true, external linkage. |
\brief Describe the linkage of the entity referred to by a cursor.