Home | History | Annotate | Download | only in Sema

Lines Matching refs:SwitchLoc

1075   StmtResult RebuildSwitchStmtStart(SourceLocation SwitchLoc,
1077 return getSema().ActOnStartOfSwitchStmt(SwitchLoc, Cond,
1085 StmtResult RebuildSwitchStmtBody(SourceLocation SwitchLoc,
1087 return getSema().ActOnFinishSwitchStmt(SwitchLoc, Switch, Body);