Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h48 eExpressionPathOptionsNoSyntheticChildren = (1u << 2), enumerator
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp117 StackFrame::eExpressionPathOptionsNoSyntheticChildren | in GetObjectPointerValueObject()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp527 (options & eExpressionPathOptionsNoSyntheticChildren) != 0; in GetValueForVariableExpressionPath()