Home
last modified time | relevance | path

Searched refs:toksource (Results 1 – 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3lexer.c58 static pANTLR3_COMMON_TOKEN nextToken (pANTLR3_TOKEN_SOURCE toksource);
217 nextTokenStr (pANTLR3_TOKEN_SOURCE toksource) in nextTokenStr() argument
224 lexer = (pANTLR3_LEXER)(toksource->super); in nextTokenStr()
261 pANTLR3_COMMON_TOKEN teof = &(toksource->eofToken); in nextTokenStr()
294 else if (state->token == &(toksource->skipToken)) in nextTokenStr()
330 nextToken (pANTLR3_TOKEN_SOURCE toksource) in nextToken() argument
336 tok = nextTokenStr(toksource); in nextToken()
355 lexer = (pANTLR3_LEXER)(toksource->super); in nextToken()
364 tok = nextTokenStr(toksource); in nextToken()
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
DC.stg864 static pANTLR3_COMMON_TOKEN <name>NextToken (pANTLR3_TOKEN_SOURCE toksource);
1095 <name>NextToken(pANTLR3_TOKEN_SOURCE toksource)
1100 lexer = (pANTLR3_LEXER)(toksource->super);
1125 pANTLR3_COMMON_TOKEN teof = &(toksource->eofToken);