Home | History | Annotate | Download | only in Sema

Lines Matching refs:DefaultLoc

375 Sema::ActOnDefaultStmt(SourceLocation DefaultLoc, SourceLocation ColonLoc,
380 Diag(DefaultLoc, diag::err_default_not_in_switch);
384 DefaultStmt *DS = new (Context) DefaultStmt(DefaultLoc, ColonLoc, SubStmt);