enum CXVisibilityKind

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

Enumerators

NameValueComment
CXVisibility_Invalid0This value indicates that no visibility information is available for a provided CXCursor.
CXVisibility_Hidden1Symbol not seen by the linker.
CXVisibility_Protected2Symbol seen by the linker but resolves to a symbol inside this object.
CXVisibility_Default3Symbol seen by the linker and acts like a normal symbol.