Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DProperty.h23 struct PropertyDefinition { struct
33 using PropertyDefinitions = llvm::ArrayRef<PropertyDefinition>; argument
37 Property(const PropertyDefinition &definition);
/src/contrib/llvm-project/lldb/source/Interpreter/
H A DProperty.cpp22 Property::Property(const PropertyDefinition &definition) in Property()
/src/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h303 struct PropertyDefinition;