| 1626 | //----------------------------------------------------------------------------- |
| 1627 | |
| 1628 | uint64_t GetSize(const ConstantArrayType* arrayType) |
| 1629 | { |
| 1630 | return arrayType->getSize().getZExtValue(); |
| 1631 | } |
| 1632 | //----------------------------------------------------------------------------- |
| 1633 | |
| 1634 | void StringStream::Print(const TemplateArgument& arg) |
no outgoing calls
no test coverage detected