Home | History | Annotate | Download | only in Sema

Lines Matching refs:ImpCaptureStyle

11990     ByRef = (LSI->ImpCaptureStyle == LambdaScopeInfo::ImpCap_LambdaByref);
12144 if (LSI->ImpCaptureStyle == CapturingScopeInfo::ImpCap_None) {
12259 if (CSI->ImpCaptureStyle == CapturingScopeInfo::ImpCap_None && !Explicit) {