Searched refs:type_collection (Results 1 – 2 of 2) sorted by relevance
1580 TypeCollection &type_collection) { in GetTypesForPDBSymbol() argument1617 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() local1639 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()
215 TypeCollection &type_collection);