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

References

lib/DebugInfo/CodeView/EnumTables.cpp
  327     CV_ENUM_CLASS_ENT(MethodOptions, NoInherit),
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
   53     ENUM_ENTRY(MethodOptions, NoInherit),
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  379   IO.bitSetCase(Options, "NoInherit", MethodOptions::NoInherit);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  193   PUSH_FLAG(MethodOptions, NoInherit, Flags, "noinherit");