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

Declarations

tools/lldb/include/lldb/Symbol/Type.h
  176   const lldb_private::Declaration &GetDeclaration() const;

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  192       &dwo_type_sp->GetDeclaration(), type, Type::eResolveStateForward));
tools/lldb/source/Symbol/Block.cpp
  337       const Declaration &func_decl = func_type->GetDeclaration();
tools/lldb/source/Symbol/Function.cpp
  211   if (m_type != nullptr && m_type->GetDeclaration().GetLine() != 0) {
  212     source_file = m_type->GetDeclaration().GetFile();
  213     line_no = m_type->GetDeclaration().GetLine();