Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1580 TypeCollection &type_collection) { in GetTypesForPDBSymbol() argument
1617 std::find(type_collection.begin(), type_collection.end(), type); in GetTypesForPDBSymbol()
1618 if (result == type_collection.end()) in GetTypesForPDBSymbol()
1619 type_collection.push_back(type); in GetTypesForPDBSymbol()
1625 GetTypesForPDBSymbol(*symbol_up, type_mask, type_collection); in GetTypesForPDBSymbol()
1632 TypeCollection type_collection; in GetTypes() local
1639 GetTypesForPDBSymbol(*compiland_up, type_mask, type_collection); in GetTypes()
1645 GetTypesForPDBSymbol(*compiland_up, type_mask, type_collection); in GetTypes()
1650 for (auto type : type_collection) { in GetTypes()
H A DSymbolFilePDB.h215 TypeCollection &type_collection);