Searched refs:matching_types (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DTypeList.cpp121 collection matching_types;
181 matching_types.push_back(*pos);
184 m_types.swap(matching_types);
195 collection matching_types;
204 matching_types.push_back(*pos);
206 m_types.swap(matching_types);
H A DTypeMap.cpp151 collection matching_types; local
211 matching_types.insert(*pos);
214 m_types.swap(matching_types);
225 collection matching_types;
234 matching_types.insert(*pos);
236 m_types.swap(matching_types);

Completed in 179 milliseconds