Home | History | Annotate | Download | only in Sema

Lines Matching refs:SwitchLoc

570 Sema::ActOnStartOfSwitchStmt(SourceLocation SwitchLoc, Expr *Cond,
635 PerformContextualImplicitConversion(SwitchLoc, Cond, SwitchDiagnoser);
645 CondResult = ActOnFinishFullExpr(Cond, SwitchLoc);
667 Sema::ActOnFinishSwitchStmt(SourceLocation SwitchLoc, Stmt *Switch,
673 SS->setBody(BodyStmt, SwitchLoc);
703 Diag(SwitchLoc, diag::warn_bool_switch_condition)