Home | History | Annotate | Download | only in data

Lines Matching full:loc

67      * @@param loc The position at which the range is anchored.  */
68 public ]b4_location_type[ (]b4_position_type[ loc) {
69 this.begin = this.end = loc;
140 * ]b4_locations_if([[@@param loc The location of the element to which the
143 void yyerror (]b4_locations_if([b4_location_type[ loc, ]])[String s);]
206 protected final void yyerror (]b4_locations_if([b4_location_type[ loc, ]])[String s) {
207 yylexer.yyerror (]b4_locations_if([loc, ])[s);
214 protected final void yyerror (]b4_position_type[ loc, String s) {
215 yylexer.yyerror (new ]b4_location_type[ (loc), s);
232 b4_locations_if([, ]b4_location_type[ loc])[) {
252 ]b4_locations_if([[locStack[height] = loc;]])[