Home
last modified time | relevance | path

Searched refs:use_objc (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/source/Interpreter/
DOptionGroupValueObjectDisplay.cpp97 use_objc = true; in SetOptionValue()
168 use_objc = false; in OptionParsingStarting()
193 if (use_objc) in GetAsDumpOptions()
200 .SetUseObjectiveC(use_objc) in GetAsDumpOptions()
210 options.SetHideRootType(use_objc).SetHideName(use_objc).SetHideValue( in GetAsDumpOptions()
211 use_objc); in GetAsDumpOptions()
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionGroupValueObjectDisplay.h35 flat_output || use_objc || max_depth != UINT32_MAX || in AnyOptionWasSet()
46 bool show_types : 1, show_location : 1, flat_output : 1, use_objc : 1, variable
/external/llvm-project/lldb/source/Commands/
DCommandObjectExpression.cpp289 options.SetCoerceToId(m_varobj_options.use_objc); in HandleCompletion()
365 options.SetCoerceToId(m_varobj_options.use_objc); in GetEvalOptions()
/external/llvm-project/lldb/source/Expression/
DREPL.cpp313 expr_options.SetCoerceToId(m_varobj_options.use_objc); in IOHandlerInputComplete()
/external/rust/crates/bindgen/src/codegen/
Dmod.rs4252 let use_objc = if ctx.options().objc_extern_crate { in prepend_objc_header() localVariable
4268 let items = vec![use_objc, id_type]; in prepend_objc_header()