reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaExpr.cpp
15939     ByRef = (LSI->ImpCaptureStyle == LambdaScopeInfo::ImpCap_LambdaByref);
16009     if (!LSI->Mutable && !CaptureType->isReferenceType())
16015     LSI->addCapture(Var, /*isBlock=*/false, ByRef, RefersToCapturedVariable,