Home
last modified time | relevance | path

Searched refs:diag_available_here (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp398 unsigned diag_available_here = diag::note_availability_specified_here; in DoEmitAvailabilityWarning() local
546 diag_available_here = diag::note_arc_forbidden_type; in DoEmitAvailabilityWarning()
551 diag_available_here = diag::note_arc_weak_disabled; in DoEmitAvailabilityWarning()
553 diag_available_here = diag::note_arc_weak_no_runtime; in DoEmitAvailabilityWarning()
558 diag_available_here = diag::note_performs_forbidden_arc_conversion; in DoEmitAvailabilityWarning()
563 diag_available_here = diag::note_arc_init_returns_unrelated; in DoEmitAvailabilityWarning()
568 diag_available_here = diag::note_arc_field_with_ownership; in DoEmitAvailabilityWarning()
654 S.Diag(NoteLocation, diag_available_here) in DoEmitAvailabilityWarning()