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

References

tools/clang/include/clang/Sema/ScopeInfo.h
  580     return !isThisCapture() && !isVLATypeCapture();
  610     assert(isVLATypeCapture());
tools/clang/lib/Sema/ScopeInfo.cpp
  227     if (Cap.isVLATypeCapture() && Cap.getCapturedVLAType() == VAT)
tools/clang/lib/Sema/SemaLambda.cpp
 1471   if (Cap.isVLATypeCapture())
 1584   if (From.isVLATypeCapture())
 1639   if (Capture.isVLATypeCapture())
 1750         } else if (From.isVLATypeCapture()) {
tools/clang/lib/Sema/SemaStmt.cpp
 4298     } else if (Cap.isVLATypeCapture()) {