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()
819 FieldDecl *Sema::buildInitCaptureField(LambdaScopeInfo *LSI, VarDecl *Var) { in buildInitCaptureField()
839 LambdaScopeInfo *const LSI = getCurLambda(); in ActOnStartOfLambdaDefinition() local
1135 LambdaScopeInfo *LSI = getCurLambda(); in ActOnLambdaError() local
1391 LambdaScopeInfo *LSI = getCurLambda(); in ActOnLambdaExpr() local
DSema.cpp1072 LambdaScopeInfo *const LSI = new LambdaScopeInfo(getDiagnostics()); in PushLambdaScope() local
1078 if (LambdaScopeInfo *const LSI = getCurLambda()) { in RecordParsingTemplateParameterDepth() local
1151 if (LambdaScopeInfo *LSI = getCurLambda()) { in getCurGenericLambda() local
DSemaTemplateVariadic.cpp214 if (sema::LambdaScopeInfo *LSI = in DiagnoseUnexpandedParameterPacks() local
DSemaExpr.cpp2911 else if (const LambdaScopeInfo *LSI = getCurLambda()) in BuildPredefinedExpr() local
11852 LambdaScopeInfo *LSI, in addAsFieldToClosureType()
11973 static bool captureInLambda(LambdaScopeInfo *LSI, in captureInLambda()
12143 LambdaScopeInfo *LSI = cast<LambdaScopeInfo>(CSI); in tryCaptureVariable() local
12310 LambdaScopeInfo *LSI = cast<LambdaScopeInfo>(CSI); in tryCaptureVariable() local
12379 if (LambdaScopeInfo *LSI = getCurLambda()) { in UpdateMarkingForLValueToRValue() local
12453 if (LambdaScopeInfo *const LSI = SemaRef.getCurLambda()) { in DoMarkVarDeclReferenced() local
DSemaExprCXX.cpp814 LambdaScopeInfo *LSI = dyn_cast<LambdaScopeInfo>(CSI); in CheckCXXThisCapture() local
847 if (LambdaScopeInfo *LSI = dyn_cast<LambdaScopeInfo>(CSI)) in CheckCXXThisCapture() local
DSemaType.cpp1003 sema::LambdaScopeInfo *LSI = S.getCurLambda(); in ConvertDeclSpecToType() local
DTreeTransform.h8656 LambdaScopeInfo *LSI = getSema().PushLambdaScope(); in TransformLambdaExpr() local
8765 LambdaScopeInfo *const LSI = getSema().getCurLambda(); in TransformLambdaScope() local
DSemaDecl.cpp9810 LambdaScopeInfo *LSI = S.PushLambdaScope(); in RebuildLambdaScopeInfo() local
/external/clang/include/clang/Sema/
DScopeInfo.h813 if (LambdaScopeInfo *LSI = dyn_cast<LambdaScopeInfo>(this)) in addThisCapture() local