Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DProperty.h33 using PropertyDefinitions = llvm::ArrayRef<PropertyDefinition>; variable
H A DOptionValueProperties.h63 void Initialize(const PropertyDefinitions &setting_definitions);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp26 void OptionValueProperties::Initialize(const PropertyDefinitions &defs) { in Initialize()