Searched refs:SavedLoc (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/lib/Parse/ |
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()
|
/external/clang/lib/Parse/ |
D | ParseExpr.cpp | 1049 SourceLocation SavedLoc = ConsumeToken(); in ParseCastExpression() local 1052 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get()); in ParseCastExpression() 1063 SourceLocation SavedLoc = ConsumeToken(); in ParseCastExpression() local 1066 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get()); in ParseCastExpression() 1081 SourceLocation SavedLoc = ConsumeToken(); in ParseCastExpression() local 1084 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get()); in ParseCastExpression()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 8317 SourceLocation SavedLoc; member in __anon216cbd261e11::DiagsUninitializedSeveretyRAII 8323 : Diags(Diags), SavedLoc(Loc), IsIgnored(IsIgnored) { in DiagsUninitializedSeveretyRAII() 8331 Diags.popMappings(SavedLoc); in ~DiagsUninitializedSeveretyRAII()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 13997 SourceLocation SavedLoc; member in __anonf152f9343d11::DiagsUninitializedSeveretyRAII 14003 : Diags(Diags), SavedLoc(Loc), IsIgnored(IsIgnored) { in DiagsUninitializedSeveretyRAII() 14011 Diags.popMappings(SavedLoc); in ~DiagsUninitializedSeveretyRAII()
|