Searched refs:synthetic_children (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/lldb/examples/synthetic/recognizer_function/
H A Dexample.py24 self.synthetic_children = self._analyze_children(value)
30 return len(self.synthetic_children)
33 for index, child in enumerate(self.synthetic_children):
39 return self.synthetic_children[index]
/openbsd-current/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp174 lldb_private::SyntheticChildrenFrontEnd *synthetic_children = local
176 if (!synthetic_children) {
180 synthetic_children->Update();
184 lldb::ValueObjectSP child_sp = synthetic_children->GetChildAtIndex(
185 synthetic_children->GetIndexOfChildWithName(s_FuncPtr_name));
/openbsd-current/gnu/llvm/lldb/source/DataFormatters/
H A DVectorType.cpp255 auto synthetic_children = local
257 if (!synthetic_children)
260 synthetic_children->Update();
265 size_t idx = 0, len = synthetic_children->CalculateNumChildren();
268 auto child_sp = synthetic_children->GetChildAtIndex(idx);

Completed in 119 milliseconds