Home
last modified time | relevance | path

Searched defs:getNextToken (Results 1 – 25 of 65) sorted by relevance

123

/external/nist-sip/java/gov/nist/core/
DStringTokenizer.java174 public String getNextToken(char delim) throws ParseException { in getNextToken() method in StringTokenizer
DLexerCore.java159 public Token getNextToken() { in getNextToken() method in LexerCore
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/text/webvtt/
DCssParserTest.java147 public void getNextToken() { in getNextToken() method in CssParserTest
/external/llvm-project/mlir/examples/toy/Ch7/include/toy/
DLexer.h72 Token getNextToken() { return curTok = getTok(); } in getNextToken() function
/external/llvm-project/mlir/examples/toy/Ch4/include/toy/
DLexer.h71 Token getNextToken() { return curTok = getTok(); } in getNextToken() function
/external/llvm-project/mlir/examples/toy/Ch2/include/toy/
DLexer.h71 Token getNextToken() { return curTok = getTok(); } in getNextToken() function
/external/llvm-project/mlir/examples/toy/Ch3/include/toy/
DLexer.h71 Token getNextToken() { return curTok = getTok(); } in getNextToken() function
/external/llvm-project/mlir/examples/toy/Ch5/include/toy/
DLexer.h71 Token getNextToken() { return curTok = getTok(); } in getNextToken() function
/external/llvm-project/mlir/examples/toy/Ch6/include/toy/
DLexer.h71 Token getNextToken() { return curTok = getTok(); } in getNextToken() function
/external/llvm-project/mlir/examples/toy/Ch1/include/toy/
DLexer.h71 Token getNextToken() { return curTok = getTok(); } in getNextToken() function
/external/icu/icu4c/source/tools/genrb/
Dread.c67 getNextToken(UCHARBUF* buf, in getNextToken() function
/external/clang/lib/Format/
DFormatTokenLexer.cpp386 FormatToken *FormatTokenLexer::getNextToken() { in getNextToken() function in clang::format::FormatTokenLexer
DUnwrappedLineParser.cpp77 FormatToken *getNextToken() override { in getNextToken() function in clang::format::__anond1b646860111::ScopedMacroState
176 FormatToken *getNextToken() override { in getNextToken() function in clang::format::__anond1b646860211::IndexedTokenSource
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter2/
Dtoy.cpp167 static int getNextToken() { return CurTok = gettok(); } in getNextToken() function
/external/llvm/examples/Kaleidoscope/Chapter2/
Dtoy.cpp173 static int getNextToken() { return CurTok = gettok(); } in getNextToken() function
/external/javaparser/javaparser-core/src/main/javacc-support/com/github/javaparser/
DGeneratedJavaParserBase.java34 abstract Token getNextToken(); in getNextToken() method in GeneratedJavaParserBase
/external/apache-commons-bcel/src/examples/Mini/
DMiniParserTokenManager.java657 public static Token getNextToken() in getNextToken() method in MiniParserTokenManager
DMiniParser.java997 static public Token getNextToken() { in getNextToken() method in MiniParser
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp193 static int getNextToken() { return CurTok = gettok(); } in getNextToken() function
/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp182 static int getNextToken() { return CurTok = gettok(); } in getNextToken() function
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp191 static int getNextToken() { return CurTok = gettok(); } in getNextToken() function
/external/llvm-project/clang/lib/Format/
DUnwrappedLineParser.cpp100 FormatToken *getNextToken() override { in getNextToken() function in clang::format::__anond546c9340111::ScopedMacroState
201 FormatToken *getNextToken() override { in getNextToken() function in clang::format::__anond546c9340211::IndexedTokenSource
DFormatTokenLexer.cpp840 FormatToken *FormatTokenLexer::getNextToken() { in getNextToken() function in clang::format::FormatTokenLexer
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp203 static int getNextToken() { return CurTok = gettok(); } in getNextToken() function
/external/clang/lib/ASTMatchers/Dynamic/
DParser.cpp86 TokenInfo getNextToken() { in getNextToken() function in clang::ast_matchers::dynamic::Parser::CodeTokenizer

123