Lines Matching full:sw
77 if (sw) { in stringAttribute()
78 DictScope scope(*sw, "Attribute"); in stringAttribute()
79 sw->printNumber("Tag", tag); in stringAttribute()
81 sw->printString("TagName", tagName); in stringAttribute()
82 sw->printString("Value", desc); in stringAttribute()
289 if (sw) { in compatibility()
290 DictScope scope(*sw, "Attribute"); in compatibility()
291 sw->printNumber("Tag", tag); in compatibility()
292 sw->startLine() << "Value: " << integer << ", " << string << '\n'; in compatibility()
293 sw->printString("TagName", in compatibility()
298 sw->printString("Description", StringRef("No Specific Requirements")); in compatibility()
301 sw->printString("Description", StringRef("AEABI Conformant")); in compatibility()
304 sw->printString("Description", StringRef("AEABI Non-Conformant")); in compatibility()
447 if (sw) { in also_compatible_with()
448 DictScope scope(*sw, "Attribute"); in also_compatible_with()
449 sw->printNumber("Tag", tag); in also_compatible_with()
450 sw->printString("TagName", in also_compatible_with()
452 sw->printStringEscaped("Value", RawStringValue); in also_compatible_with()
454 sw->printString("Description", Description); in also_compatible_with()