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

NameValueComment
CX_SC_Invalid0
CX_SC_None1
CX_SC_Extern2
CX_SC_Static3
CX_SC_PrivateExtern4
CX_SC_OpenCLWorkGroupLocal5
CX_SC_Auto6
CX_SC_Register7