Searched defs:ResolveTypedef (Results 1 – 1 of 1) sorted by relevance
175 struct ResolveTypedef { struct176 ResolveTypedef(const Graph& graph, Id& id, std::vector<std::string>& names) in ResolveTypedef() argument179 bool operator()(const Typedef& x) { in operator ()()186 bool operator()(const Node&) { in operator ()()190 const Graph& graph;191 Id& id;192 std::vector<std::string>& names;