Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp339 llvm::json::Object json_properties; in ToJSON() local
346 json_properties.try_emplace(property->GetName(), in ToJSON()
350 return json_properties; in ToJSON()