Home
last modified time | relevance | path

Searched defs:LSI (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp92 const clang::sema::LambdaScopeInfo *LSI = in getStackIndexOfNearestEnclosingCaptureReadyLambda() local
234 getGenericLambdaTemplateParameterList(LambdaScopeInfo *LSI, Sema &SemaRef) { in getGenericLambdaTemplateParameterList()
508 static void buildLambdaScopeReturnType(Sema &S, LambdaScopeInfo *LSI, in buildLambdaScopeReturnType()
522 void Sema::buildLambdaScope(LambdaScopeInfo *LSI, CXXMethodDecl *CallOperator, in buildLambdaScope()
540 void Sema::finishLambdaExplicitCaptures(LambdaScopeInfo *LSI) { in finishLambdaExplicitCaptures()
548 LambdaScopeInfo *LSI = getCurLambda(); in ActOnLambdaExplicitTemplateParameterList() local
875 void Sema::addInitCapture(LambdaScopeInfo *LSI, VarDecl *Var, bool ByRef) { in addInitCapture()
1015 LambdaScopeInfo *LSI = getCurrentLambdaScopeUnsafe(*this); in CompleteLambdaCallOperator() local
1062 LambdaScopeInfo *LSI = getCurLambda(); in ActOnLambdaExpressionAfterIntroducer() local
1337 LambdaScopeInfo *LSI = getCurrentLambdaScopeUnsafe(*this); in ActOnLambdaClosureQualifiers() local
[all …]
H A DSema.cpp2183 LambdaScopeInfo *const LSI = new LambdaScopeInfo(getDiagnostics()); in PushLambdaScope() local
2190 if (LambdaScopeInfo *const LSI = getCurLambda()) { in RecordParsingTemplateParameterDepth() local
2374 if (auto *LSI = dyn_cast<sema::LambdaScopeInfo>(Scope)) { in getEnclosingLambda() local
2415 if (LambdaScopeInfo *LSI = getCurLambda()) { in getCurGenericLambda() local
H A DSemaTemplateVariadic.cpp315 if (auto *LSI = getEnclosingLambda()) { in DiagnoseUnexpandedParameterPacks() local
H A DSemaExpr.cpp4570 if (auto *LSI = dyn_cast<LambdaScopeInfo>(CSI)) in CheckUnaryExprOrTypeTraitOperand() local
5282 if (auto *LSI = dyn_cast<LambdaScopeInfo>(CSI)) in CreateBuiltinArraySubscriptExpr() local
18481 static bool captureInLambda(LambdaScopeInfo *LSI, ValueDecl *Var, in captureInLambda()
18609 static void buildLambdaCaptureFixit(Sema &Sema, LambdaScopeInfo *LSI, in buildLambdaCaptureFixit()
18758 LambdaScopeInfo *LSI = nullptr; in tryCaptureVariable() local
18819 LambdaScopeInfo *LSI = cast<LambdaScopeInfo>(CSI); in tryCaptureVariable() local
18913 auto *LSI = cast<LambdaScopeInfo>(CSI); in tryCaptureVariable() local
18970 LambdaScopeInfo *LSI = cast<LambdaScopeInfo>(CSI); in tryCaptureVariable() local
19116 if (LambdaScopeInfo *LSI = S.getCurLambda()) in rebuildPotentialResultsAsNonOdrUsed() local
19438 LambdaScopeInfo *const LSI = in DoMarkPotentialCapture() local
[all …]
H A DSemaDecl.cpp8119 static SourceLocation getCaptureLocation(const LambdaScopeInfo *LSI, in getCaptureLocation()
8215 const auto *LSI = cast<LambdaScopeInfo>(getCurFunction()); in CheckShadow() local
8291 void Sema::DiagnoseShadowingLambdaDecls(const LambdaScopeInfo *LSI) { in DiagnoseShadowingLambdaDecls()
14898 if (LambdaScopeInfo *LSI = S.getCurLambda()) in CheckExplicitObjectParameter() local
15104 if (auto *LSI = getEnclosingLambda()) in CheckParameter() local
15361 LambdaScopeInfo *LSI = PushLambdaScope(); in RebuildLambdaScopeInfo() local
15848 auto *LSI = getCurLambda(); in ActOnFinishFunctionBody() local
H A DSemaTemplate.cpp74 if (auto *LSI = dyn_cast<LambdaScopeInfo>(FSI)) { in getTemplateDepth() local
1013 if (auto *LSI = getEnclosingLambda()) in ActOnTypeParameter() local
1540 if (auto *LSI = getEnclosingLambda()) in ActOnNonTypeTemplateParameter() local
1591 if (auto *LSI = getEnclosingLambda()) in ActOnTemplateTemplateParameter() local
H A DSemaExprCXX.cpp1284 static void buildLambdaThisCaptureFixit(Sema &Sema, LambdaScopeInfo *LSI) { in buildLambdaThisCaptureFixit()
1341 LambdaScopeInfo *LSI = dyn_cast<LambdaScopeInfo>(CSI); in CheckCXXThisCapture() local
1463 auto *LSI = dyn_cast<sema::LambdaScopeInfo>(Scope); in MarkThisReferenced() local
H A DSemaTemplateInstantiate.cpp1642 ComputeLambdaDependency(LambdaScopeInfo *LSI) { in ComputeLambdaDependency()
H A DSemaTemplateInstantiateDecl.cpp4555 LambdaScopeInfo *LSI = cast<LambdaScopeInfo>(getFunctionScopes().back()); in addInstantiatedLocalVarsToScope() local
H A DTreeTransform.h776 ComputeLambdaDependency(LambdaScopeInfo *LSI) { in ComputeLambdaDependency()
14360 LambdaScopeInfo *LSI = getSema().PushLambdaScope(); in TransformLambdaExpr() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp316 SimpleLoopSafetyInfo LSI; in isMustExecuteIn() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp948 SimpleLoopSafetyInfo LSI; in isSafeToUnrollAndJam() local