Searched refs:type_collection (Results 1 – 2 of 2) sorted by relevance
1591 TypeCollection &type_collection) { in GetTypesForPDBSymbol() argument1627 if (!llvm::is_contained(type_collection, type)) in GetTypesForPDBSymbol()1628 type_collection.push_back(type); in GetTypesForPDBSymbol()1634 GetTypesForPDBSymbol(*symbol_up, type_mask, type_collection); in GetTypesForPDBSymbol()1641 TypeCollection type_collection; in GetTypes() local1648 GetTypesForPDBSymbol(*compiland_up, type_mask, type_collection); in GetTypes()1654 GetTypesForPDBSymbol(*compiland_up, type_mask, type_collection); in GetTypes()1659 for (auto type : type_collection) { in GetTypes()
215 TypeCollection &type_collection);