Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueProperties.cpp556 llvm::json::Object json_properties; in ToJSON() local
563 json_properties.try_emplace(property->GetName(), in ToJSON()
567 return json_properties; in ToJSON()