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