Searched refs:LSI (Results 1 – 9 of 9) sorted by relevance
180 LambdaScopeInfo *LSI = getCurLambda(); in enterLambdaScope() local182 LSI->ImpCaptureStyle = LambdaScopeInfo::ImpCap_LambdaByval; in enterLambdaScope()184 LSI->ImpCaptureStyle = LambdaScopeInfo::ImpCap_LambdaByref; in enterLambdaScope()185 LSI->IntroducerRange = IntroducerRange; in enterLambdaScope()186 LSI->ExplicitParams = ExplicitParams; in enterLambdaScope()187 LSI->Mutable = Mutable; in enterLambdaScope()190 LSI->ReturnType = CallOperator->getResultType(); in enterLambdaScope()192 if (!LSI->ReturnType->isDependentType() && in enterLambdaScope()193 !LSI->ReturnType->isVoidType()) { in enterLambdaScope()194 if (RequireCompleteType(CallOperator->getLocStart(), LSI->ReturnType, in enterLambdaScope()[all …]
209 if (sema::LambdaScopeInfo *LSI = in DiagnoseUnexpandedParameterPacks() local211 LSI->ContainsUnexpandedParameterPack = true; in DiagnoseUnexpandedParameterPacks()
2611 else if (const LambdaScopeInfo *LSI = getCurLambda()) in ActOnPredefinedExpr() local2612 currentDecl = LSI->CallOperator; in ActOnPredefinedExpr()10669 static ExprResult captureInLambda(Sema &S, LambdaScopeInfo *LSI, in captureInLambda() argument10674 CXXRecordDecl *Lambda = LSI->Lambda; in captureInLambda()10714 LSI->ArrayIndexStarts.push_back(LSI->ArrayIndexVars.size()); in captureInLambda()10731 LSI->ArrayIndexVars.push_back(IterationVar); in captureInLambda()10779 LSI->ExprNeedsCleanups = true; in captureInLambda()11005 LambdaScopeInfo *LSI = cast<LambdaScopeInfo>(CSI); in tryCaptureVariable() local11012 ByRef = (LSI->ImpCaptureStyle == LambdaScopeInfo::ImpCap_LambdaByref); in tryCaptureVariable()11060 ExprResult Result = captureInLambda(*this, LSI, Var, CaptureType, in tryCaptureVariable()[all …]
2358 LambdaScopeInfo *LSI = cast<LambdaScopeInfo>(CurCap); in ActOnCapScopeReturnStmt() local2359 if (LSI->CallOperator->getType()->getAs<FunctionType>()->getNoReturnAttr()){ in ActOnCapScopeReturnStmt()
725 if (LambdaScopeInfo *LSI = dyn_cast<LambdaScopeInfo>(CSI)) { in CheckCXXThisCapture() local727 CXXRecordDecl *Lambda = LSI->Lambda; in CheckCXXThisCapture()
7971 sema::LambdaScopeInfo *LSI in TransformLambdaScope() local7987 getSema().finishLambdaExplicitCaptures(LSI); in TransformLambdaScope()8053 getSema().finishLambdaExplicitCaptures(LSI); in TransformLambdaScope()
575 if (LambdaScopeInfo *LSI = dyn_cast<LambdaScopeInfo>(this)) in addThisCapture() local576 LSI->ArrayIndexStarts.push_back(LSI->ArrayIndexVars.size()); in addThisCapture()
4251 void finishLambdaExplicitCaptures(sema::LambdaScopeInfo *LSI);
106 - Fix SLES10sp2 installation by adding ISTAT1 register to LSI SCSI emulation