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 665 tok::TokenKind NextKind = NextToken().getKind();
668 if (NextKind == tok::kw_namespace) {
676 if (NextKind == tok::kw_template) {
    [all...]
ParseExprCXX.cpp 156 tok::TokenKind NextKind = NextToken().getKind();
157 if (NextKind == tok::kw_new || NextKind == tok::kw_delete)
    [all...]

Completed in 20 milliseconds