Searched refs:CurrentLSI (Results 1 – 1 of 1) sorted by relevance
6589 Expr *const FE, LambdaScopeInfo *const CurrentLSI, Sema &S) { in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() argument6593 assert(CurrentLSI->CallOperator == S.CurContext && in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()6605 CurrentLSI->getNumPotentialVariableCaptures(); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()6609 CurrentLSI->getPotentialVariableCapture(I, Var, VarExpr); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()6621 if (CurrentLSI->isVariableExprMarkedAsNonODRUsed(VarExpr) && in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()6660 if (CurrentLSI->hasPotentialThisCapture()) { in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()6667 S.CheckCXXThisCapture(CurrentLSI->PotentialThisCaptureLocation, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()6674 CurrentLSI->clearPotentialCaptures(); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()7060 LambdaScopeInfo *const CurrentLSI = getCurLambda(); in ActOnFinishFullExpr() local7076 if (IsInLambdaDeclContext && CurrentLSI && in ActOnFinishFullExpr()[all …]