Home
last modified time | relevance | path

Searched refs:first_child_name (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/lldb/tools/lldb-vscode/
DJSONUtils.cpp1071 const char *first_child_name = v.GetChildAtIndex(0).GetName(); in CreateVariable() local
1072 if (first_child_name && strcmp(first_child_name, "[0]") == 0) in CreateVariable()