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

References

lib/DebugInfo/CodeView/EnumTables.cpp
  330     CV_ENUM_CLASS_ENT(MethodOptions, Sealed),
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
   56     ENUM_ENTRY(MethodOptions, Sealed),
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  382   IO.bitSetCase(Options, "Sealed", MethodOptions::Sealed);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  196   PUSH_FLAG(MethodOptions, Sealed, Flags, "sealed");