Home | History | Annotate | Download | only in Sema

Lines Matching defs:LSI

1003       sema::LambdaScopeInfo *LSI = S.getCurLambda();
1004 assert(LSI && "No LambdaScopeInfo on the stack!");
1005 const unsigned TemplateParameterDepth = LSI->AutoTemplateParameterDepth;
1006 const unsigned AutoParameterPosition = LSI->AutoTemplateParams.size();
1033 LSI->AutoTemplateParams.push_back(CorrespondingTemplateParam);