Home
last modified time | relevance | path

Searched refs:SavedLoc (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseExpr.cpp1372 SourceLocation SavedLoc = ConsumeToken(); in ParseCastExpression() local
1373 PreferredType.enterUnary(Actions, Tok.getLocation(), tok::amp, SavedLoc); in ParseCastExpression()
1378 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Arg); in ParseCastExpression()
1395 SourceLocation SavedLoc = ConsumeToken(); in ParseCastExpression() local
1396 PreferredType.enterUnary(Actions, Tok.getLocation(), SavedKind, SavedLoc); in ParseCastExpression()
1400 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Arg, in ParseCastExpression()
1403 Res = Actions.CreateRecoveryExpr(SavedLoc, Arg->getEndLoc(), Arg); in ParseCastExpression()
1423 SourceLocation SavedLoc = ConsumeToken(); in ParseCastExpression() local
1426 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get()); in ParseCastExpression()