Searched refs:InsertUnique (Results 1 – 8 of 8) sorted by relevance
38 bool InsertUnique(const lldb::TypeSP &type);
355 bool InsertUnique(const lldb::TypeSP &type_sp);
34 bool TypeMap::InsertUnique(const TypeSP &type_sp) { in InsertUnique() function in TypeMap
193 bool TypeResults::InsertUnique(const lldb::TypeSP &type_sp) { in InsertUnique() function in TypeResults195 return m_type_map.InsertUnique(type_sp); in InsertUnique()
1035 results.InsertUnique(type_sp); in FindTypes()
1552 type_results.InsertUnique(iter->second); in FindTypes()
2705 results.InsertUnique(matching_type->shared_from_this()); in FindTypes()2742 results.InsertUnique(matching_type->shared_from_this()); in FindTypes()
1735 results.InsertUnique(type_sp); in FindTypes()