Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExpr.cpp1049 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/
DSemaOpenMP.cpp8317 SourceLocation SavedLoc; member in __anone74a4b2f1e11::DiagsUninitializedSeveretyRAII
8323 : Diags(Diags), SavedLoc(Loc), IsIgnored(IsIgnored) { in DiagsUninitializedSeveretyRAII()
8331 Diags.popMappings(SavedLoc); in ~DiagsUninitializedSeveretyRAII()