Home | History | Annotate | Download | only in Parse

Lines Matching refs:SwitchLoc

1091   SourceLocation SwitchLoc = ConsumeToken();  // eat the 'switch'.
1121 if (ParseParenExprOrCondition(Cond, CondVar, SwitchLoc, false))
1125 = Actions.ActOnStartOfSwitchStmt(SwitchLoc, Cond.get(), CondVar);
1170 return Actions.ActOnFinishSwitchStmt(SwitchLoc, Switch.get(), Body.get());