Home | History | Annotate | Download | only in Sema

Lines Matching refs:LambdaScopeInfo

1000     // index, and update sema's state (LambdaScopeInfo) for the current lambda 
1003 sema::LambdaScopeInfo *LSI = S.getCurLambda();
1004 assert(LSI && "No LambdaScopeInfo on the stack!");