Home | History | Annotate | Download | only in Sema

Lines Matching refs:SwitchLoc

1103   StmtResult RebuildSwitchStmtStart(SourceLocation SwitchLoc,
1105 return getSema().ActOnStartOfSwitchStmt(SwitchLoc, Cond,
1113 StmtResult RebuildSwitchStmtBody(SourceLocation SwitchLoc,
1115 return getSema().ActOnFinishSwitchStmt(SwitchLoc, Switch, Body);