Searched refs:CaptureLoc (Results 1 – 1 of 1) sorted by relevance
7650 SourceLocation CaptureLoc; in CheckShadow() local7659 CaptureLoc = getCaptureLocation(LSI, cast<VarDecl>(ShadowedDecl)); in CheckShadow()7660 if (CaptureLoc.isInvalid()) in CheckShadow()7711 if (!CaptureLoc.isInvalid()) in CheckShadow()7712 Diag(CaptureLoc, diag::note_var_explicitly_captured_here) in CheckShadow()7723 SourceLocation CaptureLoc = getCaptureLocation(LSI, ShadowedDecl); in DiagnoseShadowingLambdaDecls() local7725 Diag(Shadow.VD->getLocation(), CaptureLoc.isInvalid() in DiagnoseShadowingLambdaDecls()7730 if (!CaptureLoc.isInvalid()) in DiagnoseShadowingLambdaDecls()7731 Diag(CaptureLoc, diag::note_var_explicitly_captured_here) in DiagnoseShadowingLambdaDecls()