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

References

lib/DebugInfo/CodeView/EnumTables.cpp
  328     CV_ENUM_CLASS_ENT(MethodOptions, NoConstruct),
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
   54     ENUM_ENTRY(MethodOptions, NoConstruct),
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  380   IO.bitSetCase(Options, "NoConstruct", MethodOptions::NoConstruct);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  194   PUSH_FLAG(MethodOptions, NoConstruct, Flags, "noconstruct");