Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DProperty.h35 using PropertyDefinitions = llvm::ArrayRef<PropertyDefinition>; variable
H A DOptionValueProperties.h61 void Initialize(const PropertyDefinitions &setting_definitions);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueProperties.cpp52 void OptionValueProperties::Initialize(const PropertyDefinitions &defs) { in Initialize()