Home | History | Annotate | Download | only in Sema

Lines Matching refs:DK

2833         unsigned DK = diag::err_anonymous_record_bad_member;
2835 DK = diag::err_anonymous_record_with_type;
2837 DK = diag::err_anonymous_record_with_function;
2839 DK = diag::err_anonymous_record_with_static;
2843 DK == diag::err_anonymous_record_with_type)
2847 Diag((*Mem)->getLocation(), DK)