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() 228 LazyRandomTypeCollection &types = m_index.ipi().typeCollection(); in GetMainSourceFile()
554 name = computeTypeName(stream.typeCollection(), mr.ModifiedType); in CreateModifierType()1577 LazyRandomTypeCollection &types = m_index->tpi().typeCollection(); in ParseInlineSite()1586 LazyRandomTypeCollection &ids = m_index->ipi().typeCollection(); in ParseInlineSite()1772 LazyRandomTypeCollection &types = m_index->tpi().typeCollection(); in ParseTypes()2165 LazyRandomTypeCollection &types = m_index->tpi().typeCollection(); in BuildParentMap()
59 codeview::LazyRandomTypeCollection &typeCollection() { return *Types; } in typeCollection() function