Home
last modified time | relevance | path

Searched defs:SyntheticChildren (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp87 SyntheticChildren::SyntheticChildren(const Flags &flags) : m_flags(flags) {} in SyntheticChildren() function in SyntheticChildren
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h405 : SyntheticChildren(flags) { in SyntheticChildren() function
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h230 class SyntheticChildren; variable