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

References

tools/lldb/source/Core/ValueObject.cpp
 2520         if (bracket_expr.getAsInteger(0, index)) {
 2529           ValueObjectSP child_valobj_sp = root->GetChildAtIndex(index, true);
 2531             child_valobj_sp = root->GetSyntheticArrayMember(index, true);
 2534                 root->GetSyntheticValue()->GetNumChildren() > index)
 2536                   root->GetSyntheticValue()->GetChildAtIndex(index, true);
 2584               root = root->GetSyntheticValue()->GetChildAtIndex(index, true);
 2586               root = root->GetSyntheticArrayMember(index, true);
 2600           root = root->GetSyntheticBitFieldChild(index, index, true);
 2600           root = root->GetSyntheticBitFieldChild(index, index, true);
 2615           root = root->GetChildAtIndex(index, true);
 2650           root = root->GetChildAtIndex(index, true);