enum CXTLSKind
Description
Describe the "thread-local storage (TLS) kind" of the declaration referred to by a cursor.
Declared at: clang/include/clang-c/Index.h:3065
Enumerators
Name | Value | Comment |
---|---|---|
CXTLS_None | 0 | |
CXTLS_Dynamic | 1 | |
CXTLS_Static | 2 |
Describe the "thread-local storage (TLS) kind" of the declaration referred to by a cursor.
Declared at: clang/include/clang-c/Index.h:3065
Name | Value | Comment |
---|---|---|
CXTLS_None | 0 | |
CXTLS_Dynamic | 1 | |
CXTLS_Static | 2 |