Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h89 virtual const Property *GetPropertyAtPath(const ExecutionContext *exe_ctx,
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueProperties.cpp596 const Property *OptionValueProperties::GetPropertyAtPath( in GetPropertyAtPath() function in OptionValueProperties
619 return sub_properties->GetPropertyAtPath(exe_ctx, will_modify, in GetPropertyAtPath()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectSettings.cpp532 GetDebugger().GetValueProperties()->GetPropertyAtPath( in DoExecute()