Home
last modified time | relevance | path

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

/aosp_15_r20/external/stg/
H A Dtype_normalisation.cc64 struct FindQualifiedTypesAndFunctions { struct
65 FindQualifiedTypesAndFunctions(const Graph& graph, in FindQualifiedTypesAndFunctions() argument
73 void operator()(Id id) { in operator ()()
79 void operator()(const std::vector<Id>& ids) { in operator ()()
85 void operator()(const std::map<std::string, Id>& x) { in operator ()()
91 void operator()(const Special&, Id) {} in operator ()()
93 void operator()(const PointerReference& x, Id) { in operator ()()
97 void operator()(const PointerToMember& x, Id) { in operator ()()
103 void operator()(const Typedef& x, Id) { in operator ()()
107 void operator()(const Qualified&, Id node_id) { in operator ()()
[all …]