if (Lit.isInvalid()) {
return move(Lit);
}
- SourceLocation EndLoc = ConsumeToken(); // consume the literal token.
+ ConsumeToken(); // Consume the literal token.
Lit = Actions.ActOnUnaryOp(getCurScope(), OpLoc, Kind, Lit.take());
if (Lit.isInvalid())
if (Lit.isInvalid()) {
return move(Lit);
}
- SourceLocation EndLoc = ConsumeToken(); // consume the literal token.
+ ConsumeToken(); // Consume the literal token.
return Owned(Actions.BuildObjCNumericLiteral(AtLoc, Lit.take()));
}
if (Lit.isInvalid()) {
return move(Lit);
}
- SourceLocation EndLoc = ConsumeToken(); // consume the literal token.
+ ConsumeToken(); // Consume the literal token.
return Owned(Actions.BuildObjCNumericLiteral(AtLoc, Lit.take()));
}