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

References

include/llvm/DebugInfo/CodeView/TypeIndex.h
  103   TypeIndex() : Index(static_cast<uint32_t>(SimpleTypeKind::None)) {}
  138   static TypeIndex None() { return TypeIndex(SimpleTypeKind::None); }
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 1611   SimpleTypeKind STK = SimpleTypeKind::None;
lib/DebugInfo/PDB/Native/SymbolCache.cpp
   39     {codeview::SimpleTypeKind::None, PDB_BuiltinType::None, 0},