reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
64 TypeIndex nextTypeIndex() const;
74 auto Result = HashedRecords.try_emplace(Hash, nextTypeIndex()); 94 Result.first->second = nextTypeIndex();lib/DebugInfo/CodeView/GlobalTypeTableBuilder.cpp
49 if (++Prev == nextTypeIndex()) 101 auto Fragments = Builder.end(nextTypeIndex());