Home | History | Annotate | Download | only in Sema

Lines Matching refs:SwitchLoc

1174   StmtResult RebuildSwitchStmtStart(SourceLocation SwitchLoc,
1176 return getSema().ActOnStartOfSwitchStmt(SwitchLoc, Cond,
1184 StmtResult RebuildSwitchStmtBody(SourceLocation SwitchLoc,
1186 return getSema().ActOnFinishSwitchStmt(SwitchLoc, Switch, Body);