Home | History | Annotate | Download | only in Sema

Lines Matching refs:DK

9700   unsigned DK = diag::err_catch_incomplete;
9704 DK = diag::err_catch_incomplete_ptr;
9709 DK = diag::err_catch_incomplete_ref;
9712 !BaseType->isDependentType() && RequireCompleteType(Loc, BaseType, DK))