Searched refs:popCharStream (Results 1 - 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3lexer.h121 void (*popCharStream) (struct ANTLR3_LEXER_struct * lexer); member in struct:ANTLR3_LEXER_struct
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3lexer.c45 static void popCharStream (pANTLR3_LEXER lexer);
133 lexer->popCharStream = popCharStream;
363 lexer->popCharStream(lexer);
610 popCharStream (pANTLR3_LEXER lexer) function
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
H A DC.stg272 #define POPSTREAM() LEXER->popCharStream(LEXER)

Completed in 104 milliseconds