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

Overrides

tools/lldb/include/lldb/Symbol/TypeSystem.h
  258   virtual CompilerType GetPointeeType(lldb::opaque_compiler_type_t type) = 0;

Declarations

tools/lldb/include/lldb/Symbol/ClangASTContext.h
  662   CompilerType GetPointeeType(lldb::opaque_compiler_type_t type) override;

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 6106     count = GetPointeeType(type).GetNumDirectBaseClasses();
 6255     return GetPointeeType(type).GetDirectBaseClassAtIndex(idx, bit_offset_ptr);
 6853       CompilerType pointee_clang_type(GetPointeeType(type));
 6931     CompilerType pointee_clang_type(GetPointeeType(type));
 7370       CompilerType pointee_clang_type(GetPointeeType(type));