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.cpp13485 enum NonConstCaptureKind { NCCK_None, NCCK_Block, NCCK_Lambda }; enumerator
13492 if (!DRE) return NCCK_None; in isReferenceToNonConstCapture()
13493 if (!DRE->refersToEnclosingVariableOrCapture()) return NCCK_None; in isReferenceToNonConstCapture()
13499 return NCCK_None; in isReferenceToNonConstCapture()
13510 return NCCK_None; in isReferenceToNonConstCapture()