Home
last modified time | relevance | path

Searched defs:LSI (Results 1 – 10 of 10) 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()
824 FieldDecl *Sema::buildInitCaptureField(LambdaScopeInfo *LSI, VarDecl *Var) { in buildInitCaptureField()
844 LambdaScopeInfo *const LSI = getCurLambda(); in ActOnStartOfLambdaDefinition() local
1140 LambdaScopeInfo *LSI = getCurLambda(); in ActOnLambdaError() local
1401 LambdaScopeInfo *LSI = getCurLambda(); in ActOnLambdaExpr() local
DScopeInfo.cpp102 if (auto *LSI = dyn_cast<LambdaScopeInfo>(this)) in isVLATypeCaptured() local
DSema.cpp1095 LambdaScopeInfo *const LSI = new LambdaScopeInfo(getDiagnostics()); in PushLambdaScope() local
1101 if (LambdaScopeInfo *const LSI = getCurLambda()) { in RecordParsingTemplateParameterDepth() local
1174 if (LambdaScopeInfo *LSI = getCurLambda()) { in getCurGenericLambda() local
DSemaTemplateVariadic.cpp228 if (sema::LambdaScopeInfo *LSI = in DiagnoseUnexpandedParameterPacks() local
DSemaExpr.cpp3003 else if (const LambdaScopeInfo *LSI = getCurLambda()) in BuildPredefinedExpr() local
12539 LambdaScopeInfo *LSI, in addAsFieldToClosureType()
12660 static bool captureInLambda(LambdaScopeInfo *LSI, in captureInLambda()
12843 LambdaScopeInfo *LSI = cast<LambdaScopeInfo>(CSI); in tryCaptureVariable() local
12924 if (auto LSI = dyn_cast<LambdaScopeInfo>(CSI)) { in tryCaptureVariable() local
13033 LambdaScopeInfo *LSI = cast<LambdaScopeInfo>(CSI); in tryCaptureVariable() local
13110 if (LambdaScopeInfo *LSI = getCurLambda()) { in UpdateMarkingForLValueToRValue() local
13186 if (LambdaScopeInfo *const LSI = SemaRef.getCurLambda()) { in DoMarkVarDeclReferenced() local
DSemaExprCXX.cpp917 LambdaScopeInfo *LSI = dyn_cast<LambdaScopeInfo>(CSI); in CheckCXXThisCapture() local
950 if (LambdaScopeInfo *LSI = dyn_cast<LambdaScopeInfo>(CSI)) in CheckCXXThisCapture() local
DSemaType.cpp1031 sema::LambdaScopeInfo *LSI = S.getCurLambda(); in ConvertDeclSpecToType() local
DTreeTransform.h9162 LambdaScopeInfo *LSI = getSema().PushLambdaScope(); in TransformLambdaExpr() local
9231 LambdaScopeInfo *const LSI = getSema().getCurLambda(); in TransformLambdaScope() local
DSemaDecl.cpp10300 LambdaScopeInfo *LSI = S.PushLambdaScope(); in RebuildLambdaScopeInfo() local
/external/clang/include/clang/Sema/
DScopeInfo.h846 if (LambdaScopeInfo *LSI = dyn_cast<LambdaScopeInfo>(this)) in addThisCapture() local