Searched refs:CurrentLSI (Results 1 – 1 of 1) sorted by relevance
7410 Expr *const FE, LambdaScopeInfo *const CurrentLSI, Sema &S) { in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() argument7419 CurrentLSI->CallOperator == DC && in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()7429 CurrentLSI->getNumPotentialVariableCaptures(); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()7433 CurrentLSI->getPotentialVariableCapture(I, Var, VarExpr); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()7445 if (CurrentLSI->isVariableExprMarkedAsNonODRUsed(VarExpr) && in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()7484 if (CurrentLSI->hasPotentialThisCapture()) { in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()7491 S.CheckCXXThisCapture(CurrentLSI->PotentialThisCaptureLocation, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()7498 CurrentLSI->clearPotentialCaptures(); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()7856 LambdaScopeInfo *const CurrentLSI = in ActOnFinishFullExpr() local7876 if (IsInLambdaDeclContext && CurrentLSI && in ActOnFinishFullExpr()[all …]