Home
last modified time | relevance | path

Searched refs:LSI (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/Sema/
DSemaLambda.cpp180 LambdaScopeInfo *LSI = getCurLambda(); in enterLambdaScope() local
182 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 …]
DSemaTemplateVariadic.cpp209 if (sema::LambdaScopeInfo *LSI = in DiagnoseUnexpandedParameterPacks() local
211 LSI->ContainsUnexpandedParameterPack = true; in DiagnoseUnexpandedParameterPacks()
DSemaExpr.cpp2611 else if (const LambdaScopeInfo *LSI = getCurLambda()) in ActOnPredefinedExpr() local
2612 currentDecl = LSI->CallOperator; in ActOnPredefinedExpr()
10669 static ExprResult captureInLambda(Sema &S, LambdaScopeInfo *LSI, in captureInLambda() argument
10674 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() local
11012 ByRef = (LSI->ImpCaptureStyle == LambdaScopeInfo::ImpCap_LambdaByref); in tryCaptureVariable()
11060 ExprResult Result = captureInLambda(*this, LSI, Var, CaptureType, in tryCaptureVariable()
[all …]
DSemaStmt.cpp2358 LambdaScopeInfo *LSI = cast<LambdaScopeInfo>(CurCap); in ActOnCapScopeReturnStmt() local
2359 if (LSI->CallOperator->getType()->getAs<FunctionType>()->getNoReturnAttr()){ in ActOnCapScopeReturnStmt()
DSemaExprCXX.cpp725 if (LambdaScopeInfo *LSI = dyn_cast<LambdaScopeInfo>(CSI)) { in CheckCXXThisCapture() local
727 CXXRecordDecl *Lambda = LSI->Lambda; in CheckCXXThisCapture()
DTreeTransform.h7971 sema::LambdaScopeInfo *LSI in TransformLambdaScope() local
7987 getSema().finishLambdaExplicitCaptures(LSI); in TransformLambdaScope()
8053 getSema().finishLambdaExplicitCaptures(LSI); in TransformLambdaScope()
/external/clang/include/clang/Sema/
DScopeInfo.h575 if (LambdaScopeInfo *LSI = dyn_cast<LambdaScopeInfo>(this)) in addThisCapture() local
576 LSI->ArrayIndexStarts.push_back(LSI->ArrayIndexVars.size()); in addThisCapture()
DSema.h4251 void finishLambdaExplicitCaptures(sema::LambdaScopeInfo *LSI);
/external/qemu/
DChangelog106 - Fix SLES10sp2 installation by adding ISTAT1 register to LSI SCSI emulation