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

References

tools/clang/include/clang/Sema/ScopeInfo.h
  559         Kind(Block ? Cap_Block : ByRef ? Cap_ByRef : Cap_ByCopy),
  567         Kind(ByCopy ? Cap_ByCopy : Cap_ByRef), Nested(IsNested),
  584   bool isReferenceCapture() const { return Kind == Cap_ByRef; }