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

References

include/llvm/DebugInfo/CodeView/TypeIndex.h
  161     return TypeIndex(SimpleTypeKind::NarrowCharacter);
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 1691     STK = SimpleTypeKind::NarrowCharacter;
lib/DebugInfo/CodeView/TypeIndex.cpp
   32     {"char*", SimpleTypeKind::NarrowCharacter},
lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
  199   case SimpleTypeKind::NarrowCharacter:
lib/DebugInfo/PDB/Native/SymbolCache.cpp
   50     {codeview::SimpleTypeKind::NarrowCharacter, PDB_BuiltinType::Char, 1},
tools/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp
   67   case SimpleTypeKind::NarrowCharacter:
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  698   case SimpleTypeKind::NarrowCharacter:
  796   case SimpleTypeKind::NarrowCharacter:
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  181   case SimpleTypeKind::NarrowCharacter: