Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp12580 enum NonConstCaptureKind { NCCK_None, NCCK_Block, NCCK_Lambda }; enum
12581 static NonConstCaptureKind isReferenceToNonConstCapture(Sema &S, Expr *E) { in isReferenceToNonConstCapture()
12847 if (NonConstCaptureKind NCCK = isReferenceToNonConstCapture(S, E)) { in CheckForModifiableLvalue()