Home
last modified time | relevance | path

Searched defs:ResolveTypedef (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/stg/
H A Dcomparison.cc175 struct ResolveTypedef { struct
176 ResolveTypedef(const Graph& graph, Id& id, std::vector<std::string>& names) in ResolveTypedef() argument
179 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;