Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseExpr.cpp1010 SourceLocation SavedLoc = ConsumeToken(); in ParseCastExpression() local
1018 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get()); in ParseCastExpression()
1023 SourceLocation SavedLoc = ConsumeToken(); in ParseCastExpression() local
1026 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get()); in ParseCastExpression()
1037 SourceLocation SavedLoc = ConsumeToken(); in ParseCastExpression() local
1040 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get()); in ParseCastExpression()
1047 SourceLocation SavedLoc = ConsumeToken(); in ParseCastExpression() local
1050 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get()); in ParseCastExpression()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOpenMP.cpp5316 SourceLocation SavedLoc; member in __anona5ec887d1111::DiagsUninitializedSeveretyRAII
5322 : Diags(Diags), SavedLoc(Loc), IsIgnored(IsIgnored) { in DiagsUninitializedSeveretyRAII()
5330 Diags.popMappings(SavedLoc); in ~DiagsUninitializedSeveretyRAII()