Lines Matching defs:CurrentLSI
8558 Expr *const FE, LambdaScopeInfo *const CurrentLSI, Sema &S) {
8567 CurrentLSI->CallOperator == DC &&
8576 CurrentLSI->visitPotentialCaptures([&](ValueDecl *Var, Expr *VarExpr) {
8588 if (CurrentLSI->isVariableExprMarkedAsNonODRUsed(VarExpr) &&
8628 if (CurrentLSI->hasPotentialThisCapture()) {
8635 S.CheckCXXThisCapture(CurrentLSI->PotentialThisCaptureLocation,
8642 CurrentLSI->clearPotentialCaptures();
9124 LambdaScopeInfo *const CurrentLSI =
9144 if (IsInLambdaDeclContext && CurrentLSI &&
9145 CurrentLSI->hasPotentialCaptures() && !FullExpr.isInvalid())
9146 CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures(FE, CurrentLSI,