Lines Matching refs:CapturingScopeInfo
11584 // FIXME: Share capture structure between BlockDecl and CapturingScopeInfo!
11586 for (CapturingScopeInfo::Capture &Cap : BSI->Captures) {
12631 static bool isVariableAlreadyCapturedInScopeInfo(CapturingScopeInfo *CSI, VarDecl *Var,
12649 const CapturingScopeInfo::Capture &Cap = CSI->getCapture(Var);
12677 static bool isVariableCapturable(CapturingScopeInfo *CSI, VarDecl *Var,
13070 CapturingScopeInfo *CSI = cast<CapturingScopeInfo>(FSI);
13084 if (LSI->ImpCaptureStyle == CapturingScopeInfo::ImpCap_None) {
13245 if (CSI->ImpCaptureStyle == CapturingScopeInfo::ImpCap_None && !Explicit) {
13281 CapturingScopeInfo *CSI = cast<CapturingScopeInfo>(FunctionScopes[I]);