enum CX_StorageClass
Description
Represents the storage classes as declared in the source. CX_SC_Invalid was added for the case that the passed cursor in not a declaration.
Declared at: clang/include/clang-c/Index.h:4165
Enumerators
Name | Value | Comment |
---|---|---|
CX_SC_Invalid | 0 | |
CX_SC_None | 1 | |
CX_SC_Extern | 2 | |
CX_SC_Static | 3 | |
CX_SC_PrivateExtern | 4 | |
CX_SC_OpenCLWorkGroupLocal | 5 | |
CX_SC_Auto | 6 | |
CX_SC_Register | 7 |