Searched defs: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() argument221 …symbol(const yy::location &l, std::string name, bool is_extern = false) : src_item(l), name(std::m… in src_item() function