Lines Matching defs:UDT
642 // UDT and SourceFile are references into the TPI/IPI stream.
644 printTypeIndex("UDT", Line.getUDT(), StreamIPI);
1647 Error LVSymbolVisitor::visitKnownRecord(CVSymbol &Record, UDTSym &UDT) {
1649 printTypeIndex("Type", UDT.Type);
1650 W.printString("UDTName", UDT.Name);
1654 if (LVScope *Namespace = Shared->NamespaceDeduction.get(UDT.Name)) {
1659 Type->setName(UDT.Name);
1671 StringRef RecordName = getRecordName(Types, UDT.Type);
1672 if (UDT.Name == RecordName)
1674 Type->setType(LogicalVisitor->getElement(StreamTPI, UDT.Type));
2581 printTypeIndex("UDT", SourceLine.getUDT(), StreamIPI);
2596 printTypeIndex("UDT", ModSourceLine.getUDT(), StreamIPI);
3371 printTypeIndex("UDT", Line.getUDT(), StreamIPI);