Home | History | Annotate | Download | only in Sema

Lines Matching refs:ImpCaptureStyle

171     LSI->ImpCaptureStyle = LambdaScopeInfo::ImpCap_LambdaByval;
173 LSI->ImpCaptureStyle = LambdaScopeInfo::ImpCap_LambdaByref;
618 switch (LSI->ImpCaptureStyle) {