Lines Matching defs:UDT
636 // UDT and SourceFile are references into the TPI/IPI stream.
638 printTypeIndex("UDT", Line.getUDT(), StreamIPI);
1641 Error LVSymbolVisitor::visitKnownRecord(CVSymbol &Record, UDTSym &UDT) {
1643 printTypeIndex("Type", UDT.Type);
1644 W.printString("UDTName", UDT.Name);
1648 if (LVScope *Namespace = Shared->NamespaceDeduction.get(UDT.Name)) {
1653 Type->setName(UDT.Name);
1665 StringRef RecordName = getRecordName(Types, UDT.Type);
1666 if (UDT.Name == RecordName)
1668 Type->setType(LogicalVisitor->getElement(StreamTPI, UDT.Type));
2575 printTypeIndex("UDT", SourceLine.getUDT(), StreamIPI);
2590 printTypeIndex("UDT", ModSourceLine.getUDT(), StreamIPI);
3365 printTypeIndex("UDT", Line.getUDT(), StreamIPI);