Lines Matching refs:LambdaScopeInfo
1144 LambdaScopeInfo *Sema::PushLambdaScope() {
1145 LambdaScopeInfo *const LSI = new LambdaScopeInfo(getDiagnostics());
1151 if (LambdaScopeInfo *const LSI = getCurLambda()) {
1207 LambdaScopeInfo *Sema::getCurLambda() {
1211 auto CurLSI = dyn_cast<LambdaScopeInfo>(FunctionScopes.back());
1223 LambdaScopeInfo *Sema::getCurGenericLambda() {
1224 if (LambdaScopeInfo *LSI = getCurLambda()) {