Searched refs:PropertyDefinitions (Results 1 – 3 of 3) sorted by relevance
35 using PropertyDefinitions = llvm::ArrayRef<PropertyDefinition>; variable
61 void Initialize(const PropertyDefinitions &setting_definitions);
52 void OptionValueProperties::Initialize(const PropertyDefinitions &defs) { in Initialize()