Lines Matching refs:LambdaScopeInfo
2779 else if (const LambdaScopeInfo *LSI = getCurLambda())
11182 static ExprResult captureInLambda(Sema &S, LambdaScopeInfo *LSI,
11353 !(isa<LambdaScopeInfo>(CSI) && cast<LambdaScopeInfo>(CSI)->Mutable))
11359 bool IsLambda = isa<LambdaScopeInfo>(CSI);
11419 Diag(cast<LambdaScopeInfo>(CSI)->Lambda->getLocStart(),
11544 LambdaScopeInfo *LSI = cast<LambdaScopeInfo>(CSI);
11551 ByRef = (LSI->ImpCaptureStyle == LambdaScopeInfo::ImpCap_LambdaByref);