Home | History | Annotate | Download | only in Sema

Lines Matching refs:ImpCaptureStyle

113     if (LSI->ImpCaptureStyle == sema::LambdaScopeInfo::ImpCap_None) {
447 LSI->ImpCaptureStyle = LambdaScopeInfo::ImpCap_LambdaByval;
449 LSI->ImpCaptureStyle = LambdaScopeInfo::ImpCap_LambdaByref;
1425 switch (LSI->ImpCaptureStyle) {