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

Declarations

tools/lldb/include/lldb/Symbol/CompilerType.h
  201   CompilerType GetPointeeType() const;

References

tools/lldb/source/DataFormatters/FormatManager.cpp
  224     CompilerType non_ptr_type = compiler_type.GetPointeeType();
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
  940               this_type->GetForwardCompilerType().GetPointeeType();
 1071             self_clang_type = self_clang_type.GetPointeeType();
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp
  120         m_element_type = m_element_type.GetPointeeType();
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxVector.cpp
  146   m_element_type = data_type_finder_sp->GetCompilerType().GetPointeeType();
tools/lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
  208       item_ptr->GetCompilerType().GetPointeeType());
tools/lldb/source/Plugins/Language/ObjC/NSError.cpp
   40       CompilerType pointee_type(valobj_type.GetPointeeType());
tools/lldb/source/Symbol/CompilerType.cpp
  246   return IsPointerType() && GetPointeeType().IsScalarType();
tools/lldb/source/Symbol/Type.cpp
  930       return TypeImpl(m_static_type.GetPointeeType(),
  931                       m_dynamic_type.GetPointeeType());
  933     return TypeImpl(m_static_type.GetPointeeType());
tools/lldb/source/Symbol/Variable.cpp
  642           CompilerType pointee_type(compiler_type.GetPointeeType());