reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

lib/DebugInfo/CodeView/AppendingTypeTableBuilder.cpp
   46 Optional<TypeIndex> AppendingTypeTableBuilder::getNext(TypeIndex Prev) {
lib/DebugInfo/CodeView/GlobalTypeTableBuilder.cpp
   48 Optional<TypeIndex> GlobalTypeTableBuilder::getNext(TypeIndex Prev) {
lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
  213 Optional<TypeIndex> LazyRandomTypeCollection::getNext(TypeIndex Prev) {
lib/DebugInfo/CodeView/MergingTypeTableBuilder.cpp
   48 Optional<TypeIndex> MergingTypeTableBuilder::getNext(TypeIndex Prev) {
lib/DebugInfo/CodeView/TypeTableCollection.cpp
   29 Optional<TypeIndex> TypeTableCollection::getNext(TypeIndex Prev) {

References

include/llvm/DebugInfo/CodeView/TypeCollection.h
   40       Next = getNext(N);
lib/DebugInfo/CodeView/CVTypeVisitor.cpp
  164     I = Types.getNext(*I);