Home | History | Annotate | Download | only in Sema

Lines Matching refs:ImpCaptureStyle

10307     LSI->ImpCaptureStyle = CapturingScopeInfo::ImpCap_None;
10309 LSI->ImpCaptureStyle = CapturingScopeInfo::ImpCap_LambdaByval;
10311 LSI->ImpCaptureStyle = CapturingScopeInfo::ImpCap_LambdaByref;