Searched refs:typeCollection (Results 1 – 7 of 7) 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()
67 LazyRandomTypeCollection &Types = Tpi.typeCollection(); in NativeEnumEnumEnumerators()
68 LazyRandomTypeCollection &types = index.ipi().typeCollection(); in ParseBuildInfo()224 LazyRandomTypeCollection &types = m_index.ipi().typeCollection(); in GetMainSourceFile()
551 name = computeTypeName(stream.typeCollection(), mr.ModifiedType); in CreateModifierType()1571 LazyRandomTypeCollection &types = m_index->tpi().typeCollection(); in ParseInlineSite()1580 LazyRandomTypeCollection &ids = m_index->ipi().typeCollection(); in ParseInlineSite()1757 LazyRandomTypeCollection &types = m_index->tpi().typeCollection(); in ParseTypes()2151 LazyRandomTypeCollection &types = m_index->tpi().typeCollection(); in BuildParentMap()
59 codeview::LazyRandomTypeCollection &typeCollection() { return *Types; } in typeCollection() function