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

References

lib/DebugInfo/PDB/Native/NativeTypeUDT.cpp
   74   if (UnmodifiedType)
   75     return UnmodifiedType->getName();
   83   if (UnmodifiedType)
   84     return UnmodifiedType->getSymIndexId();
   90   if (UnmodifiedType)
   91     return UnmodifiedType->getVirtualTableShapeId();
  100   if (UnmodifiedType)
  101     return UnmodifiedType->getLength();
  110   if (UnmodifiedType)
  111     return UnmodifiedType->getUdtKind();
  128   if (UnmodifiedType)
  129     return UnmodifiedType->hasConstructor();
  143   if (UnmodifiedType)
  144     return UnmodifiedType->hasAssignmentOperator();
  151   if (UnmodifiedType)
  152     return UnmodifiedType->hasCastOperator();
  159   if (UnmodifiedType)
  160     return UnmodifiedType->hasNestedTypes();
  167   if (UnmodifiedType)
  168     return UnmodifiedType->hasOverloadedOperator();
  177   if (UnmodifiedType)
  178     return UnmodifiedType->isIntrinsic();
  184   if (UnmodifiedType)
  185     return UnmodifiedType->isNested();
  191   if (UnmodifiedType)
  192     return UnmodifiedType->isPacked();
  200   if (UnmodifiedType)
  201     return UnmodifiedType->isScoped();