Searched defs:NextKind (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Parse/
H A DParser.cpp714 tok::TokenKind NextKind = NextToken().getKind(); local
717 if (NextKind == tok::kw_namespace) {
725 if (NextKind == tok::kw_template) {
H A DParseExprCXX.cpp156 tok::TokenKind NextKind = NextToken().getKind(); local
157 if (NextKind == tok::kw_new || NextKind == tok::kw_delete)

Completed in 40 milliseconds