Home
last modified time | relevance | path

Searched refs:NCCK_None (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp13118 enum NonConstCaptureKind { NCCK_None, NCCK_Block, NCCK_Lambda }; enumerator
13125 if (!DRE) return NCCK_None; in isReferenceToNonConstCapture()
13126 if (!DRE->refersToEnclosingVariableOrCapture()) return NCCK_None; in isReferenceToNonConstCapture()
13130 if (!var) return NCCK_None; in isReferenceToNonConstCapture()
13131 if (var->getType().isConstQualified()) return NCCK_None; in isReferenceToNonConstCapture()