enum class ASTContext::InlineVariableDefinitionKind

Declared at: clang/include/clang/AST/ASTContext.h:3233

Enumerators

NameValueComment
None0Not an inline variable.
Weak1Weak definition of inline variable.
WeakUnknown2Weak for now, might become strong later in this TU.
Strong3Strong definition.