HomeSort by relevance Sort by last modified time
    Searched refs:popCharStream (Results 1 - 3 of 3) sorted by null

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3lexer.h 121 void (*popCharStream) (struct ANTLR3_LEXER_struct * lexer);
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3lexer.c 45 static void popCharStream (pANTLR3_LEXER lexer);
133 lexer->popCharStream = popCharStream;
363 lexer->popCharStream(lexer);
610 popCharStream (pANTLR3_LEXER lexer)
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg 272 #define POPSTREAM() LEXER->popCharStream(LEXER)
    [all...]

Completed in 2482 milliseconds