Home | History | Annotate | Download | only in Sema

Lines Matching defs:DK

3568         unsigned DK = diag::err_anonymous_record_bad_member;
3570 DK = diag::err_anonymous_record_with_type;
3572 DK = diag::err_anonymous_record_with_function;
3574 DK = diag::err_anonymous_record_with_static;
3578 DK == diag::err_anonymous_record_with_type)
3582 Diag((*Mem)->getLocation(), DK)