Searched refs:SavedLoc (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 1396 SourceLocation SavedLoc = ConsumeToken(); in ParseCastExpression() local 1397 PreferredType.enterUnary(Actions, Tok.getLocation(), tok::amp, SavedLoc); in ParseCastExpression() 1402 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Arg); in ParseCastExpression() 1419 SourceLocation SavedLoc = ConsumeToken(); in ParseCastExpression() local 1420 PreferredType.enterUnary(Actions, Tok.getLocation(), SavedKind, SavedLoc); in ParseCastExpression() 1424 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Arg, in ParseCastExpression() 1427 Res = Actions.CreateRecoveryExpr(SavedLoc, Arg->getEndLoc(), Arg); in ParseCastExpression() 1447 SourceLocation SavedLoc = ConsumeToken(); in ParseCastExpression() local 1450 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get()); in ParseCastExpression()
|