Searched refs:SavedLoc (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 1132 SourceLocation SavedLoc = ConsumeToken(); in ParseCastExpression() local 1133 PreferredType.enterUnary(Actions, Tok.getLocation(), tok::amp, SavedLoc); in ParseCastExpression() 1139 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Arg); in ParseCastExpression() 1156 SourceLocation SavedLoc = ConsumeToken(); in ParseCastExpression() local 1157 PreferredType.enterUnary(Actions, Tok.getLocation(), SavedKind, SavedLoc); in ParseCastExpression() 1161 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Arg, in ParseCastExpression() 1164 Res = Actions.CreateRecoveryExpr(SavedLoc, Arg->getEndLoc(), Arg); in ParseCastExpression() 1184 SourceLocation SavedLoc = ConsumeToken(); in ParseCastExpression() local 1187 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get()); in ParseCastExpression()
|