Searched refs:CurrentLSI (Results 1 – 1 of 1) sorted by relevance
6310 Expr *const FE, LambdaScopeInfo *const CurrentLSI, Sema &S) { in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() argument6314 assert(CurrentLSI->CallOperator == S.CurContext && in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()6326 CurrentLSI->getNumPotentialVariableCaptures(); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()6330 CurrentLSI->getPotentialVariableCapture(I, Var, VarExpr); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()6342 if (CurrentLSI->isVariableExprMarkedAsNonODRUsed(VarExpr) && in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()6381 if (CurrentLSI->hasPotentialThisCapture()) { in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()6388 S.CheckCXXThisCapture(CurrentLSI->PotentialThisCaptureLocation, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()6395 CurrentLSI->clearPotentialCaptures(); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()6773 LambdaScopeInfo *const CurrentLSI = getCurLambda(); in ActOnFinishFullExpr() local6789 if (IsInLambdaDeclContext && CurrentLSI && in ActOnFinishFullExpr()[all …]