enum CXVisibilityKind
Declared at: clang/include/clang-c/Index.h:2905
Enumerators
Name | Value | Comment |
---|---|---|
CXVisibility_Invalid | 0 | This value indicates that no visibility information is available for a provided CXCursor. |
CXVisibility_Hidden | 1 | Symbol not seen by the linker. |
CXVisibility_Protected | 2 | Symbol seen by the linker but resolves to a symbol inside this object. |
CXVisibility_Default | 3 | Symbol seen by the linker and acts like a normal symbol. |