Searched refs:CaptureLoc (Results 1 – 1 of 1) sorted by relevance
7716 SourceLocation CaptureLoc; in CheckShadow() local7725 CaptureLoc = getCaptureLocation(LSI, cast<VarDecl>(ShadowedDecl)); in CheckShadow()7726 if (CaptureLoc.isInvalid()) in CheckShadow()7777 if (!CaptureLoc.isInvalid()) in CheckShadow()7778 Diag(CaptureLoc, diag::note_var_explicitly_captured_here) in CheckShadow()7789 SourceLocation CaptureLoc = getCaptureLocation(LSI, ShadowedDecl); in DiagnoseShadowingLambdaDecls() local7791 Diag(Shadow.VD->getLocation(), CaptureLoc.isInvalid() in DiagnoseShadowingLambdaDecls()7796 if (!CaptureLoc.isInvalid()) in DiagnoseShadowingLambdaDecls()7797 Diag(CaptureLoc, diag::note_var_explicitly_captured_here) in DiagnoseShadowingLambdaDecls()