reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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) {
40 Next = getNext(N);
lib/DebugInfo/CodeView/CVTypeVisitor.cpp 164 I = Types.getNext(*I);