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 707 tok::TokenKind NextKind = NextToken().getKind();
710 if (NextKind == tok::kw_namespace) {
718 if (NextKind == tok::kw_template) {
    [all...]
ParseExprCXX.cpp 195 tok::TokenKind NextKind = NextToken().getKind();
196 if (NextKind == tok::kw_new || NextKind == tok::kw_delete)
    [all...]

Completed in 108 milliseconds