Home | History | Annotate | Download | only in Sema

Lines Matching refs:SwitchLoc

1126   StmtResult RebuildSwitchStmtStart(SourceLocation SwitchLoc,
1128 return getSema().ActOnStartOfSwitchStmt(SwitchLoc, Cond,
1136 StmtResult RebuildSwitchStmtBody(SourceLocation SwitchLoc,
1138 return getSema().ActOnFinishSwitchStmt(SwitchLoc, Switch, Body);