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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  441     return (Options & ClassOptions::Nested) != ClassOptions::None;
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 2009     CO |= ClassOptions::Nested;
lib/DebugInfo/CodeView/EnumTables.cpp
  307     CV_ENUM_CLASS_ENT(ClassOptions, Nested),
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
   35     ENUM_ENTRY(ClassOptions, Nested),
lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
  315   return bool(Record->getOptions() & codeview::ClassOptions::Nested);
lib/DebugInfo/PDB/Native/NativeTypeUDT.cpp
  187   return (Tag->Options & ClassOptions::Nested) != ClassOptions::None;
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  362   IO.bitSetCase(Options, "Nested", ClassOptions::Nested);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
   65   PUSH_FLAG(ClassOptions, Nested, Options, "is nested");