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

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3defs.h 620 antlr3RewriteRuleSubtreeStreamNewAE (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description);
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3rewritestreams.c 373 antlr3RewriteRuleSubtreeStreamNewAE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description)
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
AST.stg 101 #define CREATE_stream_<it> if (stream_<it> == NULL) {stream_<it> = antlr3RewriteRuleSubtreeStreamNewAE(ADAPTOR, RECOGNIZER, (pANTLR3_UINT8)"rule <it>"); \}}; separator="\n">

Completed in 269 milliseconds