Home | History | Annotate | Download | only in Parse

Lines Matching refs:SwitchLoc

1215   SourceLocation SwitchLoc = ConsumeToken();  // eat the 'switch'.
1245 if (ParseParenExprOrCondition(Cond, CondVar, SwitchLoc, false))
1249 = Actions.ActOnStartOfSwitchStmt(SwitchLoc, Cond.get(), CondVar);
1290 return Actions.ActOnFinishSwitchStmt(SwitchLoc, Switch.get(), Body.get());