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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp620 tok::TokenKind SavedKind = Tok.getKind(); local
634 switch (SavedKind) {
874 Res = Actions.ActOnPredefinedExpr(Tok.getLocation(), SavedKind);
904 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get());
912 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get());
926 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get());
936 Res = Actions.ActOnUnaryOp(getCurScope(), SavedLoc, SavedKind, Res.get());
1040 if (SavedKind == tok::kw_typename) {

Completed in 103 milliseconds