Home | History | Annotate | Download | only in Sema

Lines Matching refs:DefaultLoc

399 Sema::ActOnDefaultStmt(SourceLocation DefaultLoc, SourceLocation ColonLoc,
404 Diag(DefaultLoc, diag::err_default_not_in_switch);
408 DefaultStmt *DS = new (Context) DefaultStmt(DefaultLoc, ColonLoc, SubStmt);