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

References

tools/clang/lib/Sema/SemaDecl.cpp
13448     LSI->ImpCaptureStyle = CapturingScopeInfo::ImpCap_LambdaByval;
tools/clang/lib/Sema/SemaExprCXX.cpp
 1199           CSI->ImpCaptureStyle == CapturingScopeInfo::ImpCap_LambdaByval ||
tools/clang/lib/Sema/SemaLambda.cpp
  493     LSI->ImpCaptureStyle = LambdaScopeInfo::ImpCap_LambdaByval;
 1543   case CapturingScopeInfo::ImpCap_LambdaByval: