Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp19014 bool CanDefaultCopyCapture = true; in buildLambdaCaptureFixit() local
19018 CanDefaultCopyCapture = Sema.getLangOpts().CPlusPlus17 in buildLambdaCaptureFixit()
19023 if (CanDefaultCopyCapture && llvm::none_of(LSI->Captures, [](Capture &C) { in buildLambdaCaptureFixit()