Searched refs:type_collection (Results 1 – 2 of 2) sorted by relevance
1561 TypeCollection &type_collection) { in GetTypesForPDBSymbol() argument1597 if (!llvm::is_contained(type_collection, type)) in GetTypesForPDBSymbol()1598 type_collection.push_back(type); in GetTypesForPDBSymbol()1604 GetTypesForPDBSymbol(*symbol_up, type_mask, type_collection); in GetTypesForPDBSymbol()1611 TypeCollection type_collection; in GetTypes() local1618 GetTypesForPDBSymbol(*compiland_up, type_mask, type_collection); in GetTypes()1624 GetTypesForPDBSymbol(*compiland_up, type_mask, type_collection); in GetTypes()1629 for (auto type : type_collection) { in GetTypes()
205 TypeCollection &type_collection);