Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionGroupValueObjectDisplay.h35 ptr_depth != 0 || !use_synth || be_raw || ignore_cap || in AnyOptionWasSet()
46 use_synth : 1, be_raw : 1, ignore_cap : 1, run_validator : 1, variable
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp139 use_synth = OptionArgParser::ToBoolean(option_arg, true, &success); in SetOptionValue()
171 use_synth = true; in OptionParsingStarting()
204 .SetUseSyntheticValue(use_synth) in GetAsDumpOptions()