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