Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp651 const bool can_create_synthetic = false; in GetChildAtIndex() local
660 return GetChildAtIndex(idx, use_dynamic, can_create_synthetic); in GetChildAtIndex()
665 bool can_create_synthetic) { in GetChildAtIndex() argument
666 LLDB_INSTRUMENT_VA(this, idx, use_dynamic, can_create_synthetic); in GetChildAtIndex()
675 if (can_create_synthetic && !child_sp) { in GetChildAtIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h203 bool can_create_synthetic);