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

Declarations

tools/clang/include/clang/Sema/Sema.h
 5568   bool CheckCXXThisCapture(SourceLocation Loc, bool Explicit = false,

References

tools/clang/lib/Sema/SemaExpr.cpp
 1968           CheckCXXThisCapture(R.getNameLoc());
 5572     if (!S.CheckCXXThisCapture(CallLoc, /*Explcit*/ false, /*Diagnose*/ false))
 5573       S.CheckCXXThisCapture(CallLoc);
tools/clang/lib/Sema/SemaExprCXX.cpp
 1276   CheckCXXThisCapture(This->getExprLoc());
 7530       S.CheckCXXThisCapture(CurrentLSI->PotentialThisCaptureLocation,
tools/clang/lib/Sema/SemaLambda.cpp
  217         !S.CheckCXXThisCapture(
 1014        CheckCXXThisCapture(SourceLocation(), /*Explicit*/true,
 1062       CheckCXXThisCapture(C->Loc, /*Explicit=*/true, /*BuildAndDiagnose*/ true,
tools/clang/lib/Sema/SemaOpenMP.cpp
 3624               CheckCXXThisCapture(LC.getLocation());
tools/clang/lib/Sema/TreeTransform.h
11560       getSema().CheckCXXThisCapture(C->getLocation(), C->isExplicit(),
11718       getSema().CheckCXXThisCapture(C->getLocation(), C->isExplicit(),