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

References

lib/DebugInfo/CodeView/EnumTables.cpp
  353     CV_ENUM_CLASS_ENT(PointerKind, BasedOnSelf),
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
   79     ENUM_ENTRY(PointerKind, BasedOnSelf),
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  271   IO.enumCase(Kind, "BasedOnSelf", PointerKind::BasedOnSelf);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  175     RETURN_CASE(PointerKind, BasedOnSelf, "self based");