Searched refs:toksource (Results 1 – 2 of 2) sorted by relevance
58 static pANTLR3_COMMON_TOKEN nextToken (pANTLR3_TOKEN_SOURCE toksource);217 nextTokenStr (pANTLR3_TOKEN_SOURCE toksource) in nextTokenStr() argument224 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() argument336 tok = nextTokenStr(toksource); in nextToken()355 lexer = (pANTLR3_LEXER)(toksource->super); in nextToken()364 tok = nextTokenStr(toksource); in nextToken()
864 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);