Lines Matching refs:Properties
33 Properties::Properties() = default;
35 Properties::Properties(const lldb::OptionValuePropertiesSP &collection_sp) in Properties() function in Properties
38 Properties::~Properties() = default;
41 Properties::GetPropertyValue(const ExecutionContext *exe_ctx, in GetPropertyValue()
49 Status Properties::SetPropertyValue(const ExecutionContext *exe_ctx, in SetPropertyValue()
61 void Properties::DumpAllPropertyValues(const ExecutionContext *exe_ctx, in DumpAllPropertyValues()
75 void Properties::DumpAllDescriptions(CommandInterpreter &interpreter, in DumpAllDescriptions()
84 Status Properties::DumpPropertyValue(const ExecutionContext *exe_ctx, in DumpPropertyValue()
99 Properties::Apropos(llvm::StringRef keyword, in Apropos()
108 llvm::StringRef Properties::GetExperimentalSettingsName() { in GetExperimentalSettingsName()
113 bool Properties::IsSettingExperimental(llvm::StringRef setting) { in IsSettingExperimental()