Home | History | Annotate | Download | only in Sema

Lines Matching refs:LambdaScopeInfo

1137 LambdaScopeInfo *Sema::PushLambdaScope() {
1138 LambdaScopeInfo *const LSI = new LambdaScopeInfo(getDiagnostics());
1144 if (LambdaScopeInfo *const LSI = getCurLambda()) {
1200 LambdaScopeInfo *Sema::getCurLambda() {
1204 auto CurLSI = dyn_cast<LambdaScopeInfo>(FunctionScopes.back());
1216 LambdaScopeInfo *Sema::getCurGenericLambda() {
1217 if (LambdaScopeInfo *LSI = getCurLambda()) {