Home
last modified time | relevance | path

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

/external/lldb/source/Symbol/
DTypeList.cpp250 collection matching_types; in RemoveMismatchedTypes() local
328 matching_types.insert (*pos); in RemoveMismatchedTypes()
331 m_types.swap(matching_types); in RemoveMismatchedTypes()
344 collection matching_types; in RemoveMismatchedTypes() local
353 matching_types.insert (*pos); in RemoveMismatchedTypes()
355 m_types.swap(matching_types); in RemoveMismatchedTypes()