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

/external/clang/lib/Parse/
H A DParser.cpp718 tok::TokenKind NextKind = NextToken().getKind(); local
721 if (NextKind == tok::kw_namespace) {
729 if (NextKind == tok::kw_template) {
H A DParseExprCXX.cpp216 tok::TokenKind NextKind = NextToken().getKind(); local
217 if (NextKind == tok::kw_new || NextKind == tok::kw_delete)
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2842 StringRef NextKind; local
2843 int64_t Reg = tryMatchVectorRegister(NextKind, true);
2847 if (Kind != NextKind)
2863 StringRef NextKind; local
2864 int64_t Reg = tryMatchVectorRegister(NextKind, true);
2868 if (Kind != NextKind)

Completed in 102 milliseconds