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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
  896     if (parent_decl_ctx_die && parent_decl_ctx_die.GetDIE() != this) {
  896     if (parent_decl_ctx_die && parent_decl_ctx_die.GetDIE() != this) {
  897       if (parent_decl_ctx_die.Tag() != DW_TAG_compile_unit &&
  898           parent_decl_ctx_die.Tag() != DW_TAG_partial_unit)
  899         parent_decl_ctx_die.GetDIE()->GetDWARFDeclContext(
  900             parent_decl_ctx_die.GetCU(), dwarf_decl_ctx);