Searched refs:SavedLoc (Results 1 – 2 of 2) sorted by relevance
/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 __anone74a4b2f1e11::DiagsUninitializedSeveretyRAII 8323 : Diags(Diags), SavedLoc(Loc), IsIgnored(IsIgnored) { in DiagsUninitializedSeveretyRAII() 8331 Diags.popMappings(SavedLoc); in ~DiagsUninitializedSeveretyRAII()
|