Member predicate SwitchExpr::getCase
Gets the i
th case of this switch
expression,
which may be either a normal case
or a default
.
SwitchCase getCase(int i)
Gets the i
th case of this switch
expression,
which may be either a normal case
or a default
.
SwitchCase getCase(int i)