| 52 | } |
| 53 | |
| 54 | const llvm::Record* getBaseRecord() const { |
| 55 | auto baseAttr = getBaseAttr(); |
| 56 | return llvm::cast<RecordVisitor>(baseAttr).getDef(); |
| 57 | } |
| 58 | llvm::StringRef getUnderlyingType() const { |
| 59 | return def->getValueAsString("underlyingType"); |
| 60 | } |
no test coverage detected