Searched refs:CaptureLoc (Results 1 – 1 of 1) sorted by relevance
8404 SourceLocation CaptureLoc; in CheckShadow() local8414 CaptureLoc = getCaptureLocation(LSI, VD); in CheckShadow()8415 if (CaptureLoc.isInvalid()) in CheckShadow()8484 if (!CaptureLoc.isInvalid()) in CheckShadow()8485 Diag(CaptureLoc, diag::note_var_explicitly_captured_here) in CheckShadow()8496 SourceLocation CaptureLoc = getCaptureLocation(LSI, VD); in DiagnoseShadowingLambdaDecls() local8498 CaptureLoc.isInvalid() ? diag::warn_decl_shadow_uncaptured_local in DiagnoseShadowingLambdaDecls()8502 if (CaptureLoc.isValid()) in DiagnoseShadowingLambdaDecls()8503 Diag(CaptureLoc, diag::note_var_explicitly_captured_here) in DiagnoseShadowingLambdaDecls()