enum NonConstCaptureKind

Description

Is the given expression (which must be 'const') a reference to a variable which was originally non-const, but which has become 'const' due to being captured within a block?

Declared at: clang/lib/Sema/SemaExpr.cpp:13404

Enumerators

NameValueComment
NCCK_None0
NCCK_Block1
NCCK_Lambda2