Home | History | Annotate | Download | only in Sema

Lines Matching refs:CapturingScopeInfo

9644   // FIXME: Share capture structure between BlockDecl and CapturingScopeInfo!
9647 CapturingScopeInfo::Capture &Cap = BSI->Captures[i];
10825 CapturingScopeInfo *CSI =
10826 cast<CapturingScopeInfo>(FunctionScopes[FunctionScopesIndex]);
10839 const CapturingScopeInfo::Capture &Cap = CSI->getCapture(Var);
10901 if (CSI->ImpCaptureStyle == CapturingScopeInfo::ImpCap_None && !Explicit) {
10923 CapturingScopeInfo *CSI = cast<CapturingScopeInfo>(FunctionScopes[I]);