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

References

lib/DebugInfo/CodeView/EnumTables.cpp
  352     CV_ENUM_CLASS_ENT(PointerKind, BasedOnType),
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
   78     ENUM_ENTRY(PointerKind, BasedOnType),
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  270   IO.enumCase(Kind, "BasedOnType", PointerKind::BasedOnType);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  174     RETURN_CASE(PointerKind, BasedOnType, "type based");