Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DProperty.h33 using PropertyDefinitions = llvm::ArrayRef<PropertyDefinition>; variable
H A DOptionValueProperties.h64 void Initialize(const PropertyDefinitions &setting_definitions);
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueProperties.cpp29 void OptionValueProperties::Initialize(const PropertyDefinitions &defs) { in Initialize()