Home | History | Annotate | Download | only in Sema

Lines Matching defs:DK

10747   unsigned DK = diag::err_catch_incomplete;
10751 DK = diag::err_catch_incomplete_ptr;
10756 DK = diag::err_catch_incomplete_ref;
10759 !BaseType->isDependentType() && RequireCompleteType(Loc, BaseType, DK))