Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp469 TypeResults type_results; in Find_Impl() local
470 images.FindTypes(nullptr, query, type_results); in Find_Impl()
471 for (const auto &match : type_results.GetTypeMap().Types()) { in Find_Impl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1522 lldb_private::TypeResults &type_results) { in FindTypes() argument
1525 if (type_results.AlreadySearched(this)) in FindTypes()
1567 type_results.InsertUnique(iter->second); in FindTypes()
1568 if (type_results.Done(query)) in FindTypes()