Home | History | Annotate | Download | only in Sema

Lines Matching refs:LSI

9891 static ExprResult captureInLambda(Sema &S, LambdaScopeInfo *LSI,
9895 CXXRecordDecl *Lambda = LSI->Lambda;
9935 LSI->ArrayIndexStarts.push_back(LSI->ArrayIndexVars.size());
9952 LSI->ArrayIndexVars.push_back(IterationVar);
10001 LSI->ExprNeedsCleanups = true;
10211 LambdaScopeInfo *LSI = cast<LambdaScopeInfo>(CSI);
10218 ByRef = (LSI->ImpCaptureStyle == LambdaScopeInfo::ImpCap_LambdaByref);
10266 ExprResult Result = captureInLambda(*this, LSI, Var, CaptureType,
10282 if (!LSI->Mutable && !CaptureType->isReferenceType())