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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 2195     for (DWARFDIE decl = it->second.GetFirstChild(); decl;
 2196          decl = decl.GetSibling())
 2196          decl = decl.GetSibling())
 2197       GetClangDeclForDIE(decl);