Home | History | Annotate | Download | only in Sema

Lines Matching refs:BeginLoc

828   SourceLocation BeginLoc = OpRange.getBegin();
829 Self.Diag(BeginLoc, diag::warn_reinterpret_different_from_static)
832 Self.Diag(BeginLoc, diag::note_reinterpret_updowncast_use_static)
834 << FixItHint::CreateReplacement(BeginLoc, "static_cast");