Searched refs:CaptureLoc (Results 1 – 1 of 1) sorted by relevance
8398 SourceLocation CaptureLoc; in CheckShadow() local8408 CaptureLoc = getCaptureLocation(LSI, VD); in CheckShadow()8409 if (CaptureLoc.isInvalid()) in CheckShadow()8473 if (!CaptureLoc.isInvalid()) in CheckShadow()8474 Diag(CaptureLoc, diag::note_var_explicitly_captured_here) in CheckShadow()8487 SourceLocation CaptureLoc = getCaptureLocation(LSI, VD); in DiagnoseShadowingLambdaDecls() local8489 CaptureLoc.isInvalid() ? diag::warn_decl_shadow_uncaptured_local in DiagnoseShadowingLambdaDecls()8493 if (CaptureLoc.isValid()) in DiagnoseShadowingLambdaDecls()8494 Diag(CaptureLoc, diag::note_var_explicitly_captured_here) in DiagnoseShadowingLambdaDecls()