Home | History | Annotate | Download | only in src

Lines Matching defs:location

27 # include "location.h"
56 /* The location of its first occurrence. */
57 location location;
61 location type_location;
65 location destructor_location;
69 location printer_location;
72 location prec_location;
101 symbol *symbol_get (const char *key, location loc);
105 symbol *dummy_symbol_get (location loc);
108 void symbol_make_alias (symbol *sym, symbol *symval, location loc);
112 void symbol_type_set (symbol *sym, uniqstr type_name, location loc);
115 void symbol_destructor_set (symbol *sym, const char *destructor, location loc);
118 void symbol_printer_set (symbol *sym, const char *printer, location loc);
122 void symbol_precedence_set (symbol *sym, int prec, assoc a, location loc);
125 void symbol_class_set (symbol *sym, symbol_class class, location loc,
129 void symbol_user_token_number_set (symbol *sym, int user_number, location loc);
140 extern location startsymbol_location;