Lines Matching refs:getValue
44 OS << (Property->getValue("Global") ? "true" : "false"); in emitProperty()
47 bool hasDefaultUnsignedValue = Property->getValue("HasDefaultUnsignedValue"); in emitProperty()
48 bool hasDefaultEnumValue = Property->getValue("HasDefaultEnumValue"); in emitProperty()
49 bool hasDefaultStringValue = Property->getValue("HasDefaultStringValue"); in emitProperty()
50 bool hasElementType = Property->getValue("HasElementType"); in emitProperty()
64 !Property->getValue("HasDefaultBooleanValue")) && in emitProperty()
96 if (auto D = Property->getValue("DefaultStringValue")) { in emitProperty()
98 OS << D->getValue()->getAsUnquotedString(); in emitProperty()
109 if (Property->getValue("EnumValues")) in emitProperty()
116 if (auto D = Property->getValue("Description")) { in emitProperty()
118 OS << D->getValue()->getAsUnquotedString(); in emitProperty()