Searched refs:typeCollection (Results 1 – 8 of 8) sorted by relevance
75 LazyRandomTypeCollection &Types = Tpi->typeCollection(); in getName()76 LazyRandomTypeCollection &Ids = Ipi->typeCollection(); in getName()
104 CVType CVT = Tpi.typeCollection().getType(ArgListTI); in initializeArgList()
100 auto &Types = Tpi->typeCollection(); in createTypeEnumerator()178 codeview::LazyRandomTypeCollection &Types = Tpi->typeCollection(); in findSymbolByTypeIndex()
66 LazyRandomTypeCollection &Types = Tpi.typeCollection(); in NativeEnumEnumEnumerators()
68 LazyRandomTypeCollection &types = index.ipi().typeCollection(); in ParseBuildInfo()224 LazyRandomTypeCollection &types = m_index.ipi().typeCollection(); in GetMainSourceFile()
473 name = computeTypeName(stream.typeCollection(), mr.ModifiedType); in CreateModifierType()1475 LazyRandomTypeCollection &types = m_index->tpi().typeCollection(); in ParseInlineSite()1484 LazyRandomTypeCollection &ids = m_index->ipi().typeCollection(); in ParseInlineSite()1647 LazyRandomTypeCollection &types = m_index->tpi().typeCollection(); in ParseTypes()
334 LazyRandomTypeCollection &types = m_index.tpi().typeCollection(); in BuildParentMap()
59 codeview::LazyRandomTypeCollection &typeCollection() { return *Types; } in typeCollection() function