Searched refs:SavedLoc (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 1355 SourceLocation SavedLoc = ConsumeToken(); in ParseCastExpression() local 1356 PreferredType.enterUnary(Actions, Tok.getLocation(), tok::amp, SavedLoc); in ParseCastExpression() 1360 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Arg); in ParseCastExpression() 1377 SourceLocation SavedLoc = ConsumeToken(); in ParseCastExpression() local 1378 PreferredType.enterUnary(Actions, Tok.getLocation(), SavedKind, SavedLoc); in ParseCastExpression() 1382 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Arg); in ParseCastExpression() 1384 Res = Actions.CreateRecoveryExpr(SavedLoc, Arg->getEndLoc(), Arg); in ParseCastExpression() 1404 SourceLocation SavedLoc = ConsumeToken(); in ParseCastExpression() local 1407 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get()); in ParseCastExpression()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 15360 SourceLocation SavedLoc; member in __anon5b04668f4111::DiagsUninitializedSeveretyRAII 15366 : Diags(Diags), SavedLoc(Loc), IsIgnored(IsIgnored) { in DiagsUninitializedSeveretyRAII() 15374 Diags.popMappings(SavedLoc); in ~DiagsUninitializedSeveretyRAII()
|