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

References

tools/clang/include/clang/Sema/ScopeInfo.h
  886       : CapturingScopeInfo(Diag, ImpCap_None) {
tools/clang/lib/Sema/SemaDecl.cpp
13446     LSI->ImpCaptureStyle = CapturingScopeInfo::ImpCap_None;
tools/clang/lib/Sema/SemaExpr.cpp
 5554   if (!CurLSI || CurLSI->ImpCaptureStyle == CurLSI->ImpCap_None ||
 5578     if (CurLSI->ImpCaptureStyle != CurLSI->ImpCap_None)
16106         if (LSI->ImpCaptureStyle == CapturingScopeInfo::ImpCap_None) {
16169     if (CSI->ImpCaptureStyle == CapturingScopeInfo::ImpCap_None && !Explicit) {
tools/clang/lib/Sema/SemaLambda.cpp
  116     if (LSI->ImpCaptureStyle == sema::LambdaScopeInfo::ImpCap_None) {
 1541   case CapturingScopeInfo::ImpCap_None: