Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DTypeList.cpp121 collection matching_types; in RemoveMismatchedTypes() local
181 matching_types.push_back(*pos); in RemoveMismatchedTypes()
184 m_types.swap(matching_types); in RemoveMismatchedTypes()
195 collection matching_types; in RemoveMismatchedTypes() local
204 matching_types.push_back(*pos); in RemoveMismatchedTypes()
206 m_types.swap(matching_types); in RemoveMismatchedTypes()
H A DTypeMap.cpp143 collection matching_types; in RemoveMismatchedTypes() local
203 matching_types.insert(*pos); in RemoveMismatchedTypes()
206 m_types.swap(matching_types); in RemoveMismatchedTypes()