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

References

include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h
   95   TypeIndex LargestTypeIndex = TypeIndex::None();
include/llvm/DebugInfo/CodeView/TypeIndex.h
  115   bool isNoneType() const { return *this == None(); }
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 1534     return TypeIndex::None();
 1865     ReturnAndArgTypeIndices.back() = TypeIndex::None();
 1922     ArgTypeIndices.back() = TypeIndex::None();
lib/DebugInfo/CodeView/RecordName.cpp
   25   TypeIndex CurrentTypeIndex = TypeIndex::None();
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  111   return args.back() == TypeIndex::None();
  297     if (indices.full != TypeIndex::None() &&
  298         indices.forward != TypeIndex::None()) {
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  406   if (proc.FunctionType == TypeIndex::None())