Searched defs:peekNextToken (Results 1 – 2 of 2) sorted by relevance
/external/nist-sip/java/gov/nist/core/ | ||
D | LexerCore.java | 166 public Token peekNextToken() throws ParseException { in peekNextToken() method in LexerCore |
/external/clang/lib/ASTMatchers/Dynamic/ | ||
D | Parser.cpp | 74 const TokenInfo &peekNextToken() const { return NextToken; } in peekNextToken() function in clang::ast_matchers::dynamic::Parser::CodeTokenizer |