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

NameValueComment
CXTLS_None0
CXTLS_Dynamic1
CXTLS_Static2