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

/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp5779 unsigned diag_available_here = diag::note_availability_specified_here; local
5825 diag_available_here = diag::note_arc_forbidden_type;
5830 diag_available_here = diag::note_arc_weak_disabled;
5832 diag_available_here = diag::note_arc_weak_no_runtime;
5837 diag_available_here = diag::note_performs_forbidden_arc_conversion;
5842 diag_available_here = diag::note_arc_init_returns_unrelated;
5847 diag_available_here = diag::note_arc_field_with_ownership;
5879 S.Diag(D->getLocation(), diag_available_here)

Completed in 48 milliseconds