Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1760 StructuredData::Dictionary *arg_dict = object->GetAsDictionary(); in CommandObjectScriptingObjectParsed() local
1761 if (!arg_dict) { in CommandObjectScriptingObjectParsed()
1767 = arg_dict->GetValueForKey("arg_type"); in CommandObjectScriptingObjectParsed()
1783 obj_sp = arg_dict->GetValueForKey("repeat"); in CommandObjectScriptingObjectParsed()
1800 obj_sp = arg_dict->GetValueForKey("groups"); in CommandObjectScriptingObjectParsed()