Home
last modified time | relevance | path

Searched defs:teof (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/antlr/runtime/Cpp/include/
H A Dantlr3tokenstream.inl90 TokenType& teof = m_eofToken; local
175 CommonTokenType& teof = m_eofToken; local
420 TokenType& teof = cts->get_tokenSource()->get_eofToken(); local
445 TokenType& teof = cts->get_tokenSource()->get_eofToken(); local
/aosp_15_r20/external/antlr/runtime/C/src/
H A Dantlr3tokenstream.c377 pANTLR3_COMMON_TOKEN teof = &(ts->tokenSource->eofToken); in tokLT() local
397 pANTLR3_COMMON_TOKEN teof = &(ts->tokenSource->eofToken); in tokLT() local
H A Dantlr3lexer.c261 pANTLR3_COMMON_TOKEN teof = &(toksource->eofToken); in nextTokenStr() local