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

References

tools/clang/include/clang/Sema/ScopeInfo.h
  678   bool isCXXThisCaptured() const { return CXXThisCaptureIndex != 0; }
  683     return Captures[CXXThisCaptureIndex - 1];
 1033   CXXThisCaptureIndex = Captures.size();
tools/clang/lib/Sema/SemaExpr.cpp
14396   BD->setCaptures(Context, Captures, BSI->CXXThisCaptureIndex != 0);
tools/clang/lib/Sema/SemaExprCXX.cpp
 1185       if (CSI->CXXThisCaptureIndex != 0) {
 1187         CSI->Captures[CSI->CXXThisCaptureIndex - 1].markUsed(BuildAndDiagnose);