Searched refs:SavedKind (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp623 tok::TokenKind SavedKind = Tok.getKind(); local
637 switch (SavedKind) {
878 Res = Actions.ActOnPredefinedExpr(Tok.getLocation(), SavedKind);
909 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get());
917 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get());
931 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get());
941 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get());
1045 if (SavedKind == tok::kw_typename) {

Completed in 57 milliseconds