Lines Matching refs:LambdaScopeInfo
180 LambdaScopeInfo *Sema::enterLambdaScope(CXXMethodDecl *CallOperator,
187 LambdaScopeInfo *LSI = getCurLambda();
189 LSI->ImpCaptureStyle = LambdaScopeInfo::ImpCap_LambdaByval;
191 LSI->ImpCaptureStyle = LambdaScopeInfo::ImpCap_LambdaByref;
213 void Sema::finishLambdaExplicitCaptures(LambdaScopeInfo *LSI) {
432 << isa<LambdaScopeInfo>(CSI);
439 LambdaScopeInfo *LSI = getCurLambda();
600 LambdaScopeInfo *LSI
790 LambdaScopeInfo *LSI = getCurLambda();
932 LambdaScopeInfo *LSI = getCurLambda();
945 LambdaScopeInfo::Capture From = LSI->Captures[I];