Searched refs:src_item (Results 1 – 1 of 1) sorted by relevance
20 struct src_item { struct23 src_item() = default; argument25 explicit src_item(const yy::location &location) : location(location) {} in src_item() function31 struct resolvable : public src_item {32 resolvable(const yy::location &l) : src_item(l) {} in resolvable()214 struct symbol : public src_item {221 …symbol(const yy::location &l, std::string name, bool is_extern = false) : src_item(l), name(std::m… in src_item() function232 struct instruction : public src_item {236 instruction(const yy::location &l) : src_item(l) {} in instruction()268 struct program : public src_item {[all …]