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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 1216       if (array_info && array_info->element_orders.size() > 0) {
 1218         auto end = array_info->element_orders.rend();
 1219         for (auto pos = array_info->element_orders.rbegin(); pos != end;
 3279         array_info.element_orders.push_back(num_elements);
tools/lldb/source/Symbol/ClangASTContext.cpp
 5637       num_children = array_info->element_orders.size()
 5638                          ? array_info->element_orders.back()