Searched refs:typeCollection (Results 1 – 8 of 8) sorted by relevance
69 LazyRandomTypeCollection &Types = Tpi->typeCollection(); in getName()70 LazyRandomTypeCollection &Ids = Ipi->typeCollection(); in getName()
103 CVType CVT = Tpi.typeCollection().getType(ArgListTI); in initializeArgList()
95 auto &Types = Tpi->typeCollection(); in createTypeEnumerator()173 codeview::LazyRandomTypeCollection &Types = Tpi->typeCollection(); in findSymbolByTypeIndex()
67 LazyRandomTypeCollection &Types = Tpi.typeCollection(); in NativeEnumEnumEnumerators()
68 LazyRandomTypeCollection &types = index.ipi().typeCollection(); in ParseBuildInfo()205 LazyRandomTypeCollection &types = m_index.ipi().typeCollection(); in GetMainSourceFile()
437 name = computeTypeName(stream.typeCollection(), mr.ModifiedType); in CreateModifierType()1266 LazyRandomTypeCollection &types = m_index->tpi().typeCollection(); in ParseTypes()
272 LazyRandomTypeCollection &types = m_index.tpi().typeCollection(); in BuildParentMap()
58 codeview::LazyRandomTypeCollection &typeCollection() { return *Types; } in typeCollection() function