| 593 | return !!mImpl->mAttributeAlignas; |
| 594 | } |
| 595 | void addAttributeAlignas(const std::string& a) { |
| 596 | mImpl->addAttributeAlignas(a); |
| 597 | } |
| 598 | void addAttributeCleanup(const std::string& funcname) { |
| 599 | mImpl->mAttributeCleanup = funcname; |
| 600 | } |
nothing calls this directly
no test coverage detected