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

References

tools/clang/include/clang/Sema/ScopeInfo.h
  682     assert(isCXXThisCaptured() && "this has not been captured");
tools/clang/lib/Sema/SemaExpr.cpp
 5555       !UME->isImplicitAccess() || CurLSI->isCXXThisCaptured())
tools/clang/lib/Sema/SemaExprCXX.cpp
 1021     if (!CurLSI->isCXXThisCaptured())
tools/clang/lib/Sema/SemaLambda.cpp
  119       if (IsCapturingThis && !LSI->isCXXThisCaptured())
 1035       if (LSI->isCXXThisCaptured()) {
tools/clang/lib/Sema/TreeTransform.h
12792     assert(oldBlock->capturesCXXThis() == blockScope->isCXXThisCaptured());