Home | History | Annotate | Download | only in Sema

Lines Matching refs:DK

11934   unsigned DK = diag::err_catch_incomplete;
11938 DK = diag::err_catch_incomplete_ptr;
11943 DK = diag::err_catch_incomplete_ref;
11946 !BaseType->isDependentType() && RequireCompleteType(Loc, BaseType, DK))