Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DUserSettingsController.h84 static bool IsSettingExperimental(llvm::StringRef setting);
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DUserSettingsController.cpp113 bool Properties::IsSettingExperimental(llvm::StringRef setting) { in IsSettingExperimental() function in Properties
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueProperties.cpp116 if (Properties::IsSettingExperimental(sub_name.drop_front())) { in GetSubValue()
151 if (Properties::IsSettingExperimental(part)) in SetSubValue()