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

References

tools/llvm-pdbutil/PrettyClassDefinitionDumper.cpp
   51   const PDBSymbolTypeUDT &Class = Layout.getClass();
   53   if (Layout.getClass().isConstType())
   55   if (Layout.getClass().isVolatileType())
   57   if (Layout.getClass().isUnalignedType())
tools/llvm-pdbutil/PrettyTypeDumper.cpp
  353         << Class.getClass().getUdtKind() << " ";