Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DUserSettingsController.h79 static bool IsSettingExperimental(llvm::StringRef setting);
/src/contrib/llvm-project/lldb/source/Core/
H A DUserSettingsController.cpp113 bool Properties::IsSettingExperimental(llvm::StringRef setting) { in IsSettingExperimental() function in Properties
/src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp90 if (Properties::IsSettingExperimental(sub_name.drop_front())) { in GetSubValue()
124 if (Properties::IsSettingExperimental(part)) in SetSubValue()