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

References

tools/clang/lib/Sema/SemaDecl.cpp
13450     LSI->ImpCaptureStyle = CapturingScopeInfo::ImpCap_LambdaByref;
tools/clang/lib/Sema/SemaExpr.cpp
15939     ByRef = (LSI->ImpCaptureStyle == LambdaScopeInfo::ImpCap_LambdaByref);
tools/clang/lib/Sema/SemaExprCXX.cpp
 1198       if (CSI->ImpCaptureStyle == CapturingScopeInfo::ImpCap_LambdaByref ||
tools/clang/lib/Sema/SemaLambda.cpp
  495     LSI->ImpCaptureStyle = LambdaScopeInfo::ImpCap_LambdaByref;
 1546   case CapturingScopeInfo::ImpCap_LambdaByref: