| 120 | } |
| 121 | |
| 122 | llvm::StringRef getFullName() const { return def->getValueAsString("fullName"); } |
| 123 | std::vector<NamedAttribute> getFields() const { return fields; } |
| 124 | llvm::StringRef getAccessor() const { |
| 125 | return def->getValueAsString("paramAccessor"); |