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

Declarations

tools/lldb/include/lldb/Symbol/TypeList.h
   39   lldb::TypeSP GetTypeAtIndex(uint32_t idx);

References

tools/lldb/source/API/SBModule.cpp
  521         TypeSP type_sp(type_list.GetTypeAtIndex(idx));
tools/lldb/source/API/SBTarget.cpp
 1893       TypeSP type_sp(type_list.GetTypeAtIndex(idx));
tools/lldb/source/Commands/CommandObjectMemory.cpp
  516           TypeSP type_sp(type_list.GetTypeAtIndex(0));
tools/lldb/source/Commands/CommandObjectTarget.cpp
 1693   TypeSP type_sp(type_list.GetTypeAtIndex(0));
tools/lldb/source/Core/Module.cpp
  955     return type_list.GetTypeAtIndex(0);
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
  340           lldb::TypeSP type = types.GetTypeAtIndex(ti);
  378         lldb::TypeSP type = types.GetTypeAtIndex(ti);
  887         lldb::TypeSP type_sp = types.GetTypeAtIndex(ti);
tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
  119               type_sp = class_types.GetTypeAtIndex(0);
  137                   type_sp = class_types.GetTypeAtIndex(i);
  151                 type_sp = class_types.GetTypeAtIndex(i);
tools/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp
  128       TypeSP type_sp(types.GetTypeAtIndex(i));
tools/lldb/source/Symbol/ClangASTContext.cpp
 8984     TypeSP type = type_list.GetTypeAtIndex(i);
tools/lldb/source/Symbol/SymbolContext.cpp
  616         type_map.Remove(type_list.GetTypeAtIndex(i));
  636         type_map.Remove(type_list.GetTypeAtIndex(i));
  654         type_map.Remove(type_list.GetTypeAtIndex(i));