Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLambda.cpp84 const clang::sema::LambdaScopeInfo *LSI = in getStackIndexOfNearestEnclosingCaptureReadyLambda() local
225 getGenericLambdaTemplateParameterList(LambdaScopeInfo *LSI, Sema &SemaRef) { in getGenericLambdaTemplateParameterList()
435 void Sema::buildLambdaScope(LambdaScopeInfo *LSI, in buildLambdaScope()
470 void Sema::finishLambdaExplicitCaptures(LambdaScopeInfo *LSI) { in finishLambdaExplicitCaptures()
786 FieldDecl *Sema::buildInitCaptureField(LambdaScopeInfo *LSI, VarDecl *Var) { in buildInitCaptureField()
807 LambdaScopeInfo *const LSI = getCurLambda(); in ActOnStartOfLambdaDefinition() local
1117 LambdaScopeInfo *LSI = cast<LambdaScopeInfo>(FunctionScopes.back()); in ActOnLambdaError() local
1461 LambdaScopeInfo LSI = *cast<LambdaScopeInfo>(FunctionScopes.back()); in ActOnLambdaExpr() local
1483 LambdaScopeInfo *LSI) { in BuildLambdaExpr()
DScopeInfo.cpp105 if (auto *LSI = dyn_cast<LambdaScopeInfo>(this)) in isVLATypeCaptured() local
DSema.cpp1145 LambdaScopeInfo *const LSI = new LambdaScopeInfo(getDiagnostics()); in PushLambdaScope() local
1151 if (LambdaScopeInfo *const LSI = getCurLambda()) { in RecordParsingTemplateParameterDepth() local
1224 if (LambdaScopeInfo *LSI = getCurLambda()) { in getCurGenericLambda() local
DSemaTemplateVariadic.cpp228 if (sema::LambdaScopeInfo *LSI = in DiagnoseUnexpandedParameterPacks() local
DSemaExpr.cpp2997 else if (const LambdaScopeInfo *LSI = getCurLambda()) in BuildPredefinedExpr() local
12884 static void addAsFieldToClosureType(Sema &S, LambdaScopeInfo *LSI, VarDecl *Var, in addAsFieldToClosureType()
12901 static bool captureInLambda(LambdaScopeInfo *LSI, in captureInLambda()
13083 LambdaScopeInfo *LSI = cast<LambdaScopeInfo>(CSI); in tryCaptureVariable() local
13164 if (auto LSI = dyn_cast<LambdaScopeInfo>(CSI)) { in tryCaptureVariable() local
13296 LambdaScopeInfo *LSI = cast<LambdaScopeInfo>(CSI); in tryCaptureVariable() local
13373 if (LambdaScopeInfo *LSI = getCurLambda()) { in UpdateMarkingForLValueToRValue() local
13447 if (LambdaScopeInfo *const LSI = SemaRef.getCurLambda()) { in DoMarkVarDeclReferenced() local
DSemaExprCXX.cpp916 LambdaScopeInfo *LSI = dyn_cast<LambdaScopeInfo>(CSI); in CheckCXXThisCapture() local
949 if (LambdaScopeInfo *LSI = dyn_cast<LambdaScopeInfo>(CSI)) in CheckCXXThisCapture() local
DSemaDecl.cpp10779 LambdaScopeInfo *LSI = S.PushLambdaScope(); in RebuildLambdaScopeInfo() local
11061 auto *LSI = getCurLambda(); in ActOnFinishFunctionBody() local
DSemaType.cpp1480 sema::LambdaScopeInfo *LSI = S.getCurLambda(); in ConvertDeclSpecToType() local
DTreeTransform.h9876 LambdaScopeInfo *LSI = getSema().PushLambdaScope(); in TransformLambdaExpr() local