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

  /external/clang/lib/Parse/
Parser.cpp 725 tok::TokenKind NextKind = NextToken().getKind();
728 if (NextKind == tok::kw_namespace) {
735 if (NextKind == tok::kw_template) {
    [all...]
ParseExprCXX.cpp 227 tok::TokenKind NextKind = NextToken().getKind();
228 if (NextKind == tok::kw_new || NextKind == tok::kw_delete)
231 if (NextKind == tok::l_brace) {
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]

Completed in 1431 milliseconds