Home | History | Annotate | Download | only in Sema

Lines Matching refs:LambdaScopeInfo

880   LambdaScopeInfo *CurLSI = nullptr;
903 I-- && isa<LambdaScopeInfo>(FunctionScopes[I]);
905 CurLSI = cast<LambdaScopeInfo>(FunctionScopes[I]);
1117 LambdaScopeInfo *LSI = dyn_cast<LambdaScopeInfo>(CSI);
1158 dyn_cast<LambdaScopeInfo>(FunctionScopes[MaxFunctionScopesIndex])) &&
1169 if (LambdaScopeInfo *LSI = dyn_cast<LambdaScopeInfo>(CSI)) {
6589 Expr *const FE, LambdaScopeInfo *const CurrentLSI, Sema &S) {
6998 // corresponding class yet (that is, have LambdaScopeInfo either represent a
7060 LambdaScopeInfo *const CurrentLSI = getCurLambda();