Searched refs:CurrentLSI (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp6310 Expr *const FE, LambdaScopeInfo *const CurrentLSI, Sema &S) {
6314 assert(CurrentLSI->CallOperator == S.CurContext &&
6326 CurrentLSI->getNumPotentialVariableCaptures();
6330 CurrentLSI->getPotentialVariableCapture(I, Var, VarExpr);
6342 if (CurrentLSI->isVariableExprMarkedAsNonODRUsed(VarExpr) &&
6381 if (CurrentLSI->hasPotentialThisCapture()) {
6388 S.CheckCXXThisCapture(CurrentLSI->PotentialThisCaptureLocation,
6395 CurrentLSI->clearPotentialCaptures();
6773 LambdaScopeInfo *const CurrentLSI = getCurLambda(); local
6789 if (IsInLambdaDeclContext && CurrentLSI
6309 CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures( Expr *const FE, LambdaScopeInfo *const CurrentLSI, Sema &S) argument
[all...]

Completed in 50 milliseconds