Lines Matching full:lsi
2611 else if (const LambdaScopeInfo *LSI = getCurLambda())
2612 currentDecl = LSI->CallOperator;
10669 static ExprResult captureInLambda(Sema &S, LambdaScopeInfo *LSI,
10674 CXXRecordDecl *Lambda = LSI->Lambda;
10714 LSI->ArrayIndexStarts.push_back(LSI->ArrayIndexVars.size());
10731 LSI->ArrayIndexVars.push_back(IterationVar);
10779 LSI->ExprNeedsCleanups = true;
11005 LambdaScopeInfo *LSI = cast<LambdaScopeInfo>(CSI);
11012 ByRef = (LSI->ImpCaptureStyle == LambdaScopeInfo::ImpCap_LambdaByref);
11060 ExprResult Result = captureInLambda(*this, LSI, Var, CaptureType,
11077 if (!LSI->Mutable && !CaptureType->isReferenceType())