Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Target/
DStackFrame.h38 eExpressionPathOptionsNoSyntheticChildren = (1u << 2), enumerator
/external/lldb/source/Expression/
DClangUserExpression.cpp582 … StackFrame::eExpressionPathOptionsNoSyntheticChildren || in GetObjectPointer()
DClangExpressionDeclMap.cpp1224 … StackFrame::eExpressionPathOptionsNoSyntheticChildren || in FindExternalVisibleDecls()
/external/lldb/source/Target/
DStackFrame.cpp557 const bool no_synth_child = (options & eExpressionPathOptionsNoSyntheticChildren) != 0; in GetValueForVariableExpressionPath()