Lines Matching refs:LambdaScopeInfo
2997 else if (const LambdaScopeInfo *LSI = getCurLambda())
12651 !(isa<LambdaScopeInfo>(CSI) && cast<LambdaScopeInfo>(CSI)->Mutable) &&
12682 bool IsLambda = isa<LambdaScopeInfo>(CSI);
12884 static void addAsFieldToClosureType(Sema &S, LambdaScopeInfo *LSI, VarDecl *Var,
12901 static bool captureInLambda(LambdaScopeInfo *LSI,
12918 ByRef = (LSI->ImpCaptureStyle == LambdaScopeInfo::ImpCap_LambdaByref);
13083 LambdaScopeInfo *LSI = cast<LambdaScopeInfo>(CSI);
13164 if (auto LSI = dyn_cast<LambdaScopeInfo>(CSI)) {
13252 Diag(cast<LambdaScopeInfo>(CSI)->Lambda->getLocStart(),
13296 LambdaScopeInfo *LSI = cast<LambdaScopeInfo>(CSI);
13373 if (LambdaScopeInfo *LSI = getCurLambda()) {
13447 if (LambdaScopeInfo *const LSI = SemaRef.getCurLambda()) {