Home
last modified time | relevance | path

Searched refs:sym_loc (Results 1 – 4 of 4) sorted by relevance

/external/bison/src/
Dsymlist.c39 res->location = res->sym_loc = loc; in symbol_list_sym_new()
70 res->location = res->sym_loc = loc; in symbol_list_type_new()
88 res->location = res->sym_loc = loc; in symbol_list_default_tagged_new()
106 res->location = res->sym_loc = loc; in symbol_list_default_tagless_new()
Dscan-code.l565 var = variant_add (l->content.sym->tag, l->sym_loc, in parse_ref()
615 location sym_loc = text_loc; in parse_ref() local
616 sym_loc.start.column += 1; in parse_ref()
617 sym_loc.end = sym_loc.start; in parse_ref()
621 complain_at_indent (sym_loc, &indent, format, dollar_or_at); in parse_ref()
Dsymlist.h54 location sym_loc; member
Dscan-code.c2754 var = variant_add (l->content.sym->tag, l->sym_loc, in parse_ref()
2804 location sym_loc = text_loc; in parse_ref() local
2805 sym_loc.start.column += 1; in parse_ref()
2806 sym_loc.end = sym_loc.start; in parse_ref()
2810 complain_at_indent (sym_loc, &indent, format, dollar_or_at); in parse_ref()