reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
95 TypeIndex LargestTypeIndex = TypeIndex::None();
include/llvm/DebugInfo/CodeView/TypeIndex.h 115 bool isNoneType() const { return *this == None(); }
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp1534 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.cpp111 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())