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

References

tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  474     assert(enum_type);
  477         MSVCUndecoratedNameParser::DropScope(enum_type->getName());
  479     uint64_t bytes = enum_type->getLength();
  485       auto underlying_type_up = enum_type->getUnderlyingType();
  493       auto first_child = enum_type->findOneChild<PDBSymbolData>();
  515       auto enum_values = enum_type->findAllChildren<PDBSymbolData>();
  528     if (enum_type->isConstType())
  531     if (enum_type->isVolatileType())