HomeSort by relevance Sort by last modified time
    Searched full:rewrite_template_args (Results 1 - 4 of 4) sorted by null

  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRv3Tree.g 234 : ^( TEMPLATE ID rewrite_template_args
244 : ^(TEMPLATE ID rewrite_template_args)
249 : ^(TEMPLATE ACTION rewrite_template_args)
252 rewrite_template_args
ANTLRv3.g 426 id lp='(' rewrite_template_args ')'
428 -> ^(TEMPLATE[$lp,"TEMPLATE"] id rewrite_template_args $str)
442 : id lp='(' rewrite_template_args ')'
443 -> ^(TEMPLATE[$lp,"TEMPLATE"] id rewrite_template_args)
448 : lp='(' ACTION ')' '(' rewrite_template_args ')'
449 -> ^(TEMPLATE[$lp,"TEMPLATE"] ACTION rewrite_template_args)
452 rewrite_template_args
ANTLR.g 1016 rewrite_template_args
1018 -> ^(TEMPLATE[$lp,"TEMPLATE"] id rewrite_template_args)
1026 LPAREN rewrite_template_args RPAREN
1027 -> ^(TEMPLATE[$lp,"TEMPLATE"] ACTION rewrite_template_args)
1030 rewrite_template_args
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
ANTLRv3.g 422 id lp='(' rewrite_template_args ')'
424 -> ^(TEMPLATE[$lp,"TEMPLATE"] id rewrite_template_args $str)
438 : id lp='(' rewrite_template_args ')'
439 -> ^(TEMPLATE[$lp,"TEMPLATE"] id rewrite_template_args)
444 : lp='(' ACTION ')' '(' rewrite_template_args ')'
445 -> ^(TEMPLATE[$lp,"TEMPLATE"] ACTION rewrite_template_args)
448 rewrite_template_args

Completed in 85 milliseconds