Home | History | Annotate | Download | only in Sema

Lines Matching refs:CapturingScopeInfo

4338                                         CapturingScopeInfo *CSI) {
4462 auto *CSI = dyn_cast<CapturingScopeInfo>(*I);
5603 auto *CSI = dyn_cast<CapturingScopeInfo>(*I);
17231 static bool isVariableAlreadyCapturedInScopeInfo(CapturingScopeInfo *CSI, VarDecl *Var,
17277 static bool isVariableCapturable(CapturingScopeInfo *CSI, VarDecl *Var,
17578 assert(LSI->ImpCaptureStyle == CapturingScopeInfo::ImpCap_None);
17721 CapturingScopeInfo *CSI = cast<CapturingScopeInfo>(FSI);
17737 if (LSI->ImpCaptureStyle == CapturingScopeInfo::ImpCap_None) {
17814 if (CSI->ImpCaptureStyle == CapturingScopeInfo::ImpCap_None && !Explicit) {
17853 CapturingScopeInfo *CSI = cast<CapturingScopeInfo>(FunctionScopes[I]);