HomeSort by relevance Sort by last modified time
    Searched refs:NextKind (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Parse/
Parser.cpp 742 tok::TokenKind NextKind = NextToken().getKind();
745 if (NextKind == tok::kw_namespace) {
753 if (NextKind == tok::kw_template) {
    [all...]
ParseExprCXX.cpp 212 tok::TokenKind NextKind = NextToken().getKind();
213 if (NextKind == tok::kw_new || NextKind == tok::kw_delete)
    [all...]

Completed in 135 milliseconds