Home | History | Annotate | Download | only in Sema

Lines Matching refs:DK

11331   unsigned DK = diag::err_catch_incomplete;
11335 DK = diag::err_catch_incomplete_ptr;
11340 DK = diag::err_catch_incomplete_ref;
11343 !BaseType->isDependentType() && RequireCompleteType(Loc, BaseType, DK))