Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLambda.cpp169 LambdaScopeInfo *LSI = getCurLambda(); in enterLambdaScope() local
198 void Sema::finishLambdaExplicitCaptures(LambdaScopeInfo *LSI) { in finishLambdaExplicitCaptures()
287 LambdaScopeInfo *LSI in ActOnStartOfLambdaDefinition() local
441 LambdaScopeInfo *LSI = getCurLambda(); in ActOnLambdaError() local
584 LambdaScopeInfo *LSI = getCurLambda(); in ActOnLambdaExpr() local
DSemaStmt.cpp1887 LambdaScopeInfo *LSI = cast<LambdaScopeInfo>(CurCap); in ActOnCapScopeReturnStmt() local
DSemaExprCXX.cpp734 if (LambdaScopeInfo *LSI = dyn_cast<LambdaScopeInfo>(CSI)) { in CheckCXXThisCapture() local
DSemaExpr.cpp9891 static ExprResult captureInLambda(Sema &S, LambdaScopeInfo *LSI, in captureInLambda()
10211 LambdaScopeInfo *LSI = cast<LambdaScopeInfo>(CSI); in tryCaptureVariable() local
DTreeTransform.h7921 sema::LambdaScopeInfo *LSI in TransformLambdaExpr() local